From afb27010fd1ff53236602d8ea01d307cdb699f02 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 23 Oct 2016 19:21:18 +0200 Subject: [PATCH] Fix wrong permission check in quota view --- src/pretix/control/templates/pretixcontrol/items/quota.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/items/quota.html b/src/pretix/control/templates/pretixcontrol/items/quota.html index 1a1a9dba41..268604c286 100644 --- a/src/pretix/control/templates/pretixcontrol/items/quota.html +++ b/src/pretix/control/templates/pretixcontrol/items/quota.html @@ -6,7 +6,7 @@ {% block inside %}

{% blocktrans with name=quota.name %}Quota: {{ name }}{% endblocktrans %} - {% if request.eventperm.can_change_quotas %} + {% if request.eventperm.can_change_items %}