diff --git a/src/pretix/control/templates/pretixcontrol/events/create_foundation.html b/src/pretix/control/templates/pretixcontrol/events/create_foundation.html index 2f940c1e0..a673382c3 100644 --- a/src/pretix/control/templates/pretixcontrol/events/create_foundation.html +++ b/src/pretix/control/templates/pretixcontrol/events/create_foundation.html @@ -5,4 +5,8 @@ {% bootstrap_field form.organizer layout="horizontal" %} {% bootstrap_field form.locales layout="horizontal" %} {% bootstrap_field form.has_subevents layout="horizontal" %} +

+ + {% trans "Please note that you will only be able to delete your event until the first order has been created." %} +

{% endblock %}