Stronger hint to enable payment providers

This commit is contained in:
Raphael Michel
2016-09-21 10:33:52 +02:00
parent a2f55c0c34
commit d014a92cef

View File

@@ -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">