mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Color warnings orange before going live
This commit is contained in:
@@ -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." %}
|
||||||
|
|||||||
Reference in New Issue
Block a user