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,6 +22,7 @@
{% 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 %}
<div class="alert alert-warning">
<p> <p>
{% trans "To publish your ticket shop, you first need to resolve the following issues:" %} {% trans "To publish your ticket shop, you first need to resolve the following issues:" %}
</p> </p>
@@ -30,6 +31,7 @@
<li>{{ issue }}</li> <li>{{ issue }}</li>
{% endfor %} {% endfor %}
</ul> </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." %}