From c0dd631774c606d1098c8d628bbe341d854ec4e3 Mon Sep 17 00:00:00 2001 From: Maico Timmerman Date: Fri, 1 Jan 2021 20:14:04 +0100 Subject: [PATCH] Show "live issues" when event is already live (#1889) --- .../control/templates/pretixcontrol/event/live.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/pretix/control/templates/pretixcontrol/event/live.html b/src/pretix/control/templates/pretixcontrol/event/live.html index 5d5c53a184..79dcad7fbf 100644 --- a/src/pretix/control/templates/pretixcontrol/event/live.html +++ b/src/pretix/control/templates/pretixcontrol/event/live.html @@ -12,6 +12,18 @@

{% trans "Your shop is currently live. If you take it down, it will only be visible to you and your team." %}

+ {% if issues|length > 0 %} +
+

+ {% trans "Your shop is already live, however the following issues would normally prevent your shop to go live:" %} +

+ +
+ {% endif %}
{% csrf_token %}