diff --git a/src/pretix/control/templates/pretixcontrol/event/settings_base.html b/src/pretix/control/templates/pretixcontrol/event/settings_base.html index 7995853c9..87017b1b5 100644 --- a/src/pretix/control/templates/pretixcontrol/event/settings_base.html +++ b/src/pretix/control/templates/pretixcontrol/event/settings_base.html @@ -3,6 +3,30 @@ {% load bootstrap3 %} {% block title %}{{ request.event.name }}{% endblock %} {% block content %} + {% if "congratulations" in request.GET %} +
+ + +

{% trans "Congratulations!" %}

+

+ {% trans "You just created an event!" %} +

+

+ {% blocktrans trimmed %} + You can now scroll down and modify the settings in more detail, if you want, or you can create your + first product to start selling tickets right away! + {% endblocktrans %} +

+

+ + {% trans "Create a first product" %} + +

+
+
+ {% endif %} +

{% trans "Settings" %}