diff --git a/templates/base.html b/templates/base.html index 23feee5..57f73be 100644 --- a/templates/base.html +++ b/templates/base.html @@ -84,6 +84,9 @@ {% if rrs_enabled %}
  • Recipe Maintenance
  • {% endif %} + {% if user.is_staff %} +
  • Admin
  • + {% endif %} {% endif %}