From f900c842cbf13d693cc3c91523ea888dce0c34f5 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 17 Jul 2017 16:12:07 +0200 Subject: [PATCH] Improve "copy from above" --- .../event/checkout_questions.html | 14 +++++++------ src/pretix/static/pretixpresale/js/ui/main.js | 20 +++++++++++-------- .../static/pretixpresale/scss/_forms.scss | 4 ++++ 3 files changed, 24 insertions(+), 14 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html b/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html index 1a5b52983..179158e30 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html @@ -53,13 +53,15 @@ {% if pos.variation %} – {{ pos.variation }} {% endif %} - + {% if forloop.counter > 1 %} + + + + + {% else %} + + {% endif %} - {% if forloop.counter > 1 %} - - - - {% endif %}