diff --git a/apps/registration/templates/registration/user_list.html b/apps/registration/templates/registration/user_list.html index 78f3cbe..179a41b 100644 --- a/apps/registration/templates/registration/user_list.html +++ b/apps/registration/templates/registration/user_list.html @@ -3,7 +3,7 @@ {% load django_tables2 i18n %} {% block content %} - {% if user.registration.is_admin %} + {% if user.registration.is_volunteer %} {% trans "Add organizer" %}