mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Fixed conditional user bit on the homepage
Improved text formatting on the base template
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
{% else %}
|
||||
<a href="{% url "login" %}?next={{ request.build_absolute_uri }}">
|
||||
<a href="{% url "login" %}?next={{ request.path }}">
|
||||
<span class="icon-user"></span>
|
||||
Hi guest
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user