mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Fix logout/login infinite loop
(Since there are now no pages accessible without login, there is no need for the login link to have the "next" parameter)
This commit is contained in:
@@ -112,7 +112,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="{% url "login" %}?next={{ request.path }}">
|
<a href="{% url "login" %}">
|
||||||
<span class="icon-user"></span>
|
<span class="icon-user"></span>
|
||||||
Login
|
Login
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user