We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac5cd8 commit 7de5d93Copy full SHA for 7de5d93
1 file changed
ietf/templates/base/menu_user.html
@@ -25,7 +25,7 @@
25
<li>
26
<a class="dropdown-item {% if flavor != 'top' %} text-wrap link-primary{% endif %}"
27
rel="nofollow"
28
- href="{% url 'ietf.ietfauth.views.login' %}{% if logout_url not in request.get_full_path %}/?next={{ request.get_full_path|urlencode }}{% endif %}">
+ href="{% url 'ietf.ietfauth.views.login' %}">
29
Sign in
30
</a>
31
</li>
@@ -83,7 +83,7 @@
83
84
85
86
- href="{% url 'ietf.ietfauth.views.login' %}/?next={{ request.get_full_path|urlencode }}">
+ href="{% url 'ietf.ietfauth.views.login' %}?next={{ request.get_full_path|urlencode }}">
87
88
89
0 commit comments