Fixed conditional user bit on the homepage

Improved text formatting on the base template
This commit is contained in:
Tom Price
2014-12-03 22:39:13 +00:00
parent 5cf73d441c
commit a87a1ba6bf
2 changed files with 4 additions and 4 deletions

View File

@@ -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>