Go back to just listing Profile in menu

This commit is contained in:
Víðir Valberg Guðmundsson 2016-06-01 16:20:47 +02:00
parent 96f9c34783
commit ebd6147d86

View file

@ -57,7 +57,7 @@
{% endif %}
<li><a href="{% url 'contact' %}">Contact</a></li>
{% if user.is_authenticated %}
<li><a href="{% url 'profiles:detail' %}"><i class="glyphicon glyphicon-user"></i> {{ user.username }}</a></li>
<li><a href="{% url 'profiles:detail' %}">Profile</a></li>
<li><a href="{% url 'account_logout' %}">Logout</a></li>
{% else %}
<li><a href="{% url 'account_login' %}">Login</a></li>