diff --git a/src/pretix/control/templates/pretixcontrol/subevents/delete_bulk.html b/src/pretix/control/templates/pretixcontrol/subevents/delete_bulk.html index f08729e067..157621d318 100644 --- a/src/pretix/control/templates/pretixcontrol/subevents/delete_bulk.html +++ b/src/pretix/control/templates/pretixcontrol/subevents/delete_bulk.html @@ -16,6 +16,12 @@ {% endfor %} +
+ {% blocktrans trimmed %} + It is possible that some of the above dates can't be deleted if a plugin has data attached to them. + In that case, they will be disabled instead. + {% endblocktrans %} +
{% endif %} {% if forbidden %}

{% blocktrans trimmed %}The following dates can't be deleted as they already have orders, but @@ -30,7 +36,8 @@ {% endif %}

- + {% trans "Cancel" %}