mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Stronger hint to enable payment providers
This commit is contained in:
@@ -30,6 +30,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% if not providers %}
|
||||||
|
<p><em>{% trans "There are no payment providers enabled." %}</em></p>
|
||||||
|
{% if not event.live %}
|
||||||
|
<p>{% trans "Please go to the payment settings and activate one or more payment providers." %}</p>
|
||||||
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="row checkout-button-row">
|
<div class="row checkout-button-row">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user