From 637e495b02f67f62e3ac85b2012977907a6b2869 Mon Sep 17 00:00:00 2001
From: Raphael Michel
Date: Mon, 19 Sep 2016 21:45:37 +0200
Subject: [PATCH] Color warnings orange before going live
---
.../templates/pretixcontrol/event/live.html | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/src/pretix/control/templates/pretixcontrol/event/live.html b/src/pretix/control/templates/pretixcontrol/event/live.html
index 04092088b3..908f3d11d3 100644
--- a/src/pretix/control/templates/pretixcontrol/event/live.html
+++ b/src/pretix/control/templates/pretixcontrol/event/live.html
@@ -22,14 +22,16 @@
{% trans "Your ticket shop is currently not live. It is thus only visible to you and your team, not to any visitors." %}
{% if issues|length > 0 %}
-
- {% trans "To publish your ticket shop, you first need to resolve the following issues:" %}
-
-
- {% for issue in issues %}
- - {{ issue }}
- {% endfor %}
-
+
+
+ {% trans "To publish your ticket shop, you first need to resolve the following issues:" %}
+
+
+ {% for issue in issues %}
+ - {{ issue }}
+ {% endfor %}
+
+
{% else %}
{% trans "If you want to, you can publish your ticket shop now." %}