diff --git a/src/pretix/control/templates/pretixcontrol/giftcards/checkout.html b/src/pretix/control/templates/pretixcontrol/giftcards/checkout.html index 23403ac1e6..563101df05 100644 --- a/src/pretix/control/templates/pretixcontrol/giftcards/checkout.html +++ b/src/pretix/control/templates/pretixcontrol/giftcards/checkout.html @@ -9,27 +9,25 @@ {% trans "Information" %} {% trans "The following gift cards are available in your customer account:" %}

-
- {% csrf_token %} - -
+ {% csrf_token %} + {% endif %} {% bootstrap_form form layout='checkout' %}