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 %}