We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1011f commit a36238eCopy full SHA for a36238e
1 file changed
sopy/templates/base.html
@@ -29,7 +29,7 @@
29
</ul>
30
<ul class="nav navbar-nav navbar-right">
31
{% if current_user.anonymous %}
32
- <li><a href="{{ url_for('auth.login', next=request.full_path if request.query_string else request.path) }}">Log In</a></li>
+ <li><a href="{{ url_for('auth.login', next=request.path) }}">Log In</a></li>
33
{% else %}
34
<li class="{% block nav_user %}{% endblock %}"><a href="#">{{ current_user.display_name }}</a></li>
35
<li><a href="{{ url_for('auth.logout') }}">Log Out</a></li>
0 commit comments