diff --git a/apps/main/templates/base.html b/apps/main/templates/base.html index 13a918f534..3d9602863d 100644 --- a/apps/main/templates/base.html +++ b/apps/main/templates/base.html @@ -72,9 +72,13 @@ {% endif %} {% endif %} - {% if user.is_staff %} + {% if user.is_staff or user.is_superuser %}