diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index 44a7428bd..45ee16fe9 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -388,7 +388,7 @@ {% eventsignal event "pretix.control.signals.order_info" order=order request=request %}
-
+

@@ -536,6 +536,8 @@

{% endif %}
+
+
{% if request.event.settings.invoice_address_asked or order.invoice_address %}
@@ -588,25 +590,27 @@
{% endif %} -
-
-
-

- {% trans "Internal comment" %} -

-
-
-
- {% csrf_token %} -
- {% bootstrap_field comment_form.comment layout="horizontal" show_help=True show_label=False horizontal_field_class="col-md-12" %} - {% bootstrap_field comment_form.checkin_attention layout="horizontal" show_help=True show_label=False horizontal_field_class="col-md-12" %} +
+
+
+

+ {% trans "Internal comment" %} +

- - +
+
+ {% csrf_token %} +
+ {% bootstrap_field comment_form.comment layout="horizontal" show_help=True show_label=False horizontal_field_class="col-md-12" %} + {% bootstrap_field comment_form.checkin_attention layout="horizontal" show_help=True show_label=False horizontal_field_class="col-md-12" %} +
+ +
+
+