From b4f69fb13fc0a4169b9382d163b5397b36396a39 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Tue, 27 Aug 2019 15:43:02 +0200 Subject: [PATCH] Move question hint-icons into their own columns --- .../pretixcontrol/items/questions.html | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/items/questions.html b/src/pretix/control/templates/pretixcontrol/items/questions.html index e64288d13..0cd925faf 100644 --- a/src/pretix/control/templates/pretixcontrol/items/questions.html +++ b/src/pretix/control/templates/pretixcontrol/items/questions.html @@ -31,6 +31,9 @@ {% trans "Question" %} {% trans "Type" %} + + + {% trans "Products" %} @@ -44,20 +47,21 @@ {{ q.get_type_display }} + + {% if q.required %} - - + {% endif %} + + {% if q.ask_during_checkin %} - - + {% endif %} + + + {% if q.hidden %} - + {% endif %}