mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-16 21:12:13 +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>
|
||||
</ul>
|
||||
{% else %}
|
||||
<a href="{% url "login" %}?next={{ request.path }}">
|
||||
<a href="{% url "login" %}">
|
||||
<span class="icon-user"></span>
|
||||
Login
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user