From 71f5303a5e368f032c22452d736cb6c94aa7bc30 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 6 Apr 2022 16:44:20 +0200 Subject: [PATCH] Fix invisible error message when mixing gift card products and admission products --- src/pretix/control/templates/pretixcontrol/item/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pretix/control/templates/pretixcontrol/item/index.html b/src/pretix/control/templates/pretixcontrol/item/index.html index 6f29c7d552..f6a29f84b8 100644 --- a/src/pretix/control/templates/pretixcontrol/item/index.html +++ b/src/pretix/control/templates/pretixcontrol/item/index.html @@ -20,6 +20,11 @@
+ {% for e in form.errors.admission %} +
+ {{ e }} +
+ {% endfor %}