master
Nick Sergeant 2012-06-21 14:16:19 -04:00
parent 6046dc68e6
commit 1e2150335a
1 changed files with 8 additions and 0 deletions

View File

@ -111,6 +111,14 @@
Change password
</a>
</li>
{% if request.user.is_superuser %}
<li>
<a href="/admin/">
<i class="icon-wrench icon-white"></i>
Admin
</a>
</li>
{% endif %}
<li>
<a href="/logout/?next={{ request.path }}">
<i class="icon-off icon-white"></i>