diff --git a/aula/templates/groups.html b/aula/templates/groups.html index f771a41..e8ac9f6 100644 --- a/aula/templates/groups.html +++ b/aula/templates/groups.html @@ -30,7 +30,7 @@ {% block sidebar %}

Opret gruppe

-{% if current_user.role == "teacher" %} +{% if current_user.role == "Lærer" %}

{{ form.title(class="form-control", placeholder="Gruppens navn") }}