Color warnings orange before going live

This commit is contained in:
Raphael Michel
2016-09-19 21:45:37 +02:00
parent 4696007ddf
commit 637e495b02

View File

@@ -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." %} {% trans "Your ticket shop is currently not live. It is thus only visible to you and your team, not to any visitors." %}
</p> </p>
{% if issues|length > 0 %} {% if issues|length > 0 %}
<p> <div class="alert alert-warning">
{% trans "To publish your ticket shop, you first need to resolve the following issues:" %} <p>
</p> {% trans "To publish your ticket shop, you first need to resolve the following issues:" %}
<ul> </p>
{% for issue in issues %} <ul>
<li>{{ issue }}</li> {% for issue in issues %}
{% endfor %} <li>{{ issue }}</li>
</ul> {% endfor %}
</ul>
</div>
{% else %} {% else %}
<p> <p>
{% trans "If you want to, you can publish your ticket shop now." %} {% trans "If you want to, you can publish your ticket shop now." %}