diff --git a/aula/templates/groups.html b/aula/templates/groups.html index 1b14a37..f771a41 100644 --- a/aula/templates/groups.html +++ b/aula/templates/groups.html @@ -30,10 +30,14 @@ {% block sidebar %}
Opret gruppe
+{% if current_user.role == "teacher" %} +{% else %} +Denne funktion er kun tilgængelig for lærer
+{% endif %} {% endblock sidebar %}