From adb64dec512cb6c1fa165a6aacbffa0c1a46aec1 Mon Sep 17 00:00:00 2001 From: ynerant Date: Sat, 6 Feb 2021 19:34:17 +0100 Subject: [PATCH] Volunteers can add organizers --- apps/registration/templates/registration/user_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" %}