diff --git a/src/pretix/control/forms/event.py b/src/pretix/control/forms/event.py index 55035a8903..f51efd3176 100644 --- a/src/pretix/control/forms/event.py +++ b/src/pretix/control/forms/event.py @@ -1130,7 +1130,7 @@ class TaxRuleLineForm(forms.Form): TaxRuleLineFormSet = formset_factory( TaxRuleLineForm, - can_order=False, can_delete=True, extra=0 + can_order=True, can_delete=True, extra=0 ) diff --git a/src/pretix/control/templates/pretixcontrol/event/tax_edit.html b/src/pretix/control/templates/pretixcontrol/event/tax_edit.html index 852ae17e1f..98651dc67e 100644 --- a/src/pretix/control/templates/pretixcontrol/event/tax_edit.html +++ b/src/pretix/control/templates/pretixcontrol/event/tax_edit.html @@ -50,66 +50,78 @@ {% trans "All of these rules will only apply if an invoice address is set." %} -
- -
+