From 3f1bb56826fcefa5db55d679e33d56a744ec25a2 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 5 Oct 2017 10:31:25 +0200 Subject: [PATCH] Event creation UX: Show clearer that the event is now created --- .../pretixcontrol/event/settings_base.html | 24 +++++++++++ .../pretixcontrol/events/create_base.html | 6 +-- src/pretix/control/views/main.py | 5 +-- .../static/pretixcontrol/scss/main.scss | 43 +++++++++++++++++++ 4 files changed, 71 insertions(+), 7 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/event/settings_base.html b/src/pretix/control/templates/pretixcontrol/event/settings_base.html index 7995853c92..87017b1b5b 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" %}