We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a Site User, I am able to log out to leave the site functions for registered users.
Acceptance Criteria :
1.Registered user : When I am logged in then I am able to logout.
2.Not registered user : Don't have that option.
Tasks :
{% if user.is_authenticated %}
base.html
Epic : EPIC 3
The text was updated successfully, but these errors were encountered:
This was done in commit 5a19fd0.
Sorry, something went wrong.
tomik-z-cech
No branches or pull requests
As a Site User, I am able to log out to leave the site functions for registered users.
Acceptance Criteria :
1.Registered user :
When I am logged in then I am able to logout.
2.Not registered user :
Don't have that option.
Tasks :
{% if user.is_authenticated %}
inbase.html
Epic :
EPIC 3
The text was updated successfully, but these errors were encountered: