diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index d3b8e67..787433f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -26,6 +26,9 @@ <a href="{% url patchwork.views.bundle.bundles %}">bundles</a> <br/> <a href="{% url patchwork.views.user.profile %}">profile</a> :: +{% if user.is_staff %} + <a href="{% url admin:index %}">admin</a> :: +{% endif %} <a href="{% url auth_logout %}">logout</a> {% else %} <a href="{% url auth_login %}">login</a> |