diff --git a/src/pretix/control/templates/pretixcontrol/event/settings.html b/src/pretix/control/templates/pretixcontrol/event/settings.html index bcea51ef27..03647b725e 100644 --- a/src/pretix/control/templates/pretixcontrol/event/settings.html +++ b/src/pretix/control/templates/pretixcontrol/event/settings.html @@ -82,94 +82,17 @@
{% trans "Attendee data" %} - {% trans "Asked for every ticket" as ask_label %} - {% trans "Required" as req_label %} -
- -
-
- -
-
-
-
- -
-
-
- {% trans "Ask twice to avoid errors" as label %} - {% bootstrap_field sform.order_email_asked_twice layout="inline" form_group_class="" label=label %} -
-
-
- -
-
- {% url "control:event.settings.invoice" event=request.event.slug organizer=request.organizer.slug as inv_settings %} - {% blocktrans trimmed with a_attr='href="'|add:inv_settings|add:'#tab-0-1-open"'|safe %} - These settings can be modified in the "Invoicing" section. - {% endblocktrans %} -
-
-
-
- -
- {% bootstrap_field sform.attendee_names_asked layout="inline" form_group_class="" label=ask_label %} -
-
- {% bootstrap_field sform.attendee_names_required layout="inline" form_group_class="" label=req_label %} -
-
-
- -
- {% bootstrap_field sform.attendee_emails_asked layout="inline" form_group_class="" label=ask_label %} -
-
- {% bootstrap_field sform.attendee_emails_required layout="inline" form_group_class="" label=req_label %} -
-
-
- -
- {% bootstrap_field sform.attendee_company_asked layout="inline" form_group_class="" label=ask_label %} -
-
- {% bootstrap_field sform.attendee_company_required layout="inline" form_group_class="" label=req_label %} -
-
-
- -
- {% bootstrap_field sform.attendee_addresses_asked layout="inline" form_group_class="" label=ask_label %} -
-
- {% bootstrap_field sform.attendee_addresses_required layout="inline" form_group_class="" label=req_label %} -
-
+ {% bootstrap_field sform.attendee_names_asked layout="control" %} + {% bootstrap_field sform.attendee_names_required layout="control" %} {% bootstrap_field sform.name_scheme layout="control" %} {% bootstrap_field sform.name_scheme_titles layout="control" %} + {% bootstrap_field sform.order_email_asked_twice layout="control" %} + {% bootstrap_field sform.attendee_emails_asked layout="control" %} + {% bootstrap_field sform.attendee_emails_required layout="control" %} + {% bootstrap_field sform.attendee_company_asked layout="control" %} + {% bootstrap_field sform.attendee_company_required layout="control" %} + {% bootstrap_field sform.attendee_addresses_asked layout="control" %} + {% bootstrap_field sform.attendee_addresses_required layout="control" %}
{% trans "Texts" %}