From 37f612801fb8b616f0375f18a35bb59f5eea69e1 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 29 Jan 2018 12:09:16 +0100 Subject: [PATCH] Fix #762 -- Add a note on the deletion constraints of events --- .../templates/pretixcontrol/events/create_foundation.html | 4 ++++ 1 file changed, 4 insertions(+) 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 %}