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
<ul class='nav navbar-nav navbar-right'> {% if user.is_authenticated %} <li><a href="#">Post</a></li> <li><a href="#">Groups</a></li> <li><a href="#">Create Group</a></li> <li><a href="{% url 'accounts:logout' %}">Log Out</a></li> {% else %} <li><a href="#">Groups</a></li> <li><a href="{% url 'accounts:login'%}">Log In</a></li> <li><a href="#% url 'accounts:signup'%">Sign Up</a></li> {% endif%} </ul> </div> </nav> <div class="container mycontent"> {% block content %} {% endblock %} </div>
The text was updated successfully, but these errors were encountered:
Merge pull request #2 from heba1108/master
884d633
Update base.html to fix Issue #1
Looks like a couple of missing brackets. I've submitted a pull request.
Sorry, something went wrong.
@gileadslostson I've already submitted a pull request to close this issue. Refer to #2 for the solution to problem
No branches or pull requests
The text was updated successfully, but these errors were encountered: