From ea2557274f3fabcffcc44f40b1ee7cbf616d5008 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 27 Jun 2017 08:57:58 +0200 Subject: [PATCH] Show "create team" button to everyone who can --- .../templates/pretixcontrol/organizers/teams.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/organizers/teams.html b/src/pretix/control/templates/pretixcontrol/organizers/teams.html index ef5bcfda3..fe6b07ec3 100644 --- a/src/pretix/control/templates/pretixcontrol/organizers/teams.html +++ b/src/pretix/control/templates/pretixcontrol/organizers/teams.html @@ -5,12 +5,10 @@

{% trans "The list below shows all teams that exist within this organizer." %}

- {% if request.user.is_superuser %} - - - {% trans "Create a new team" %} - - {% endif %} + + + {% trans "Create a new team" %} +