Skip to content
Snippets Groups Projects
Commit 247dcf24 authored by Ariel Núñez's avatar Ariel Núñez
Browse files

Merge pull request #1335 from state-hiu/master

Fixes #1267
parents ba34dac7 fb713372
Branches
Tags
No related merge requests found
......@@ -46,6 +46,7 @@
</a>
<ul class="dropdown-menu">
<li><a href="{{ user.get_profile.get_absolute_url }}"><i class="icon-user"></i> {% trans "Profile" %}</a></li>
<li><a href="{% url "messages_inbox" %}"><i class="icon-inbox"></i> {% trans "Inbox" %}</a></li>
{% if user.is_staff %}
<li><a href="{% url "admin:index" %}"><i class="icon-cog"></i> {% trans "Admin" %}</a></li>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment