diff --git a/leerming/templates/base.html b/leerming/templates/base.html index a11e5f3..97b7be9 100644 --- a/leerming/templates/base.html +++ b/leerming/templates/base.html @@ -100,6 +100,14 @@ {% heroicon_outline "user-circle" class="flex-none" width="16" height="16" %} {% trans "Profile & Préférences" %} + {% if user.is_superuser %} + + {% heroicon_outline "user-plus" class="flex-none" width="16" height="16" %} + {% trans "Admin" %} + + {% endif %}