diff --git a/passbook/core/templates/overview/base.html b/passbook/core/templates/overview/base.html index ebbb9f826..6b5045701 100644 --- a/passbook/core/templates/overview/base.html +++ b/passbook/core/templates/overview/base.html @@ -25,7 +25,7 @@ @@ -52,11 +52,13 @@
  • {% trans 'Overview' %}
  • + {% if user.is_superuser %}
  • {% trans 'Administration' %} {% block nav_secondary %} {% endblock %}
  • + {% endif %}