mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Checkout: Update text for missing membership
This commit is contained in:
@@ -65,8 +65,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if form.is_empty %}
|
{% if form.is_empty %}
|
||||||
<div class="alert alert-danger">
|
<div class="alert alert-danger">
|
||||||
{% trans "Your account does not include an active membership that allows you to buy this product." %}
|
{% trans "This product can only be purchased when you are logged in with a customer account that includes a valid membership or authorization for this type of product." %}
|
||||||
{% trans "You will not be able to continue." %}
|
|
||||||
</div>
|
</div>
|
||||||
<div class="sr-only">
|
<div class="sr-only">
|
||||||
{% bootstrap_form form layout="checkout" %}
|
{% bootstrap_form form layout="checkout" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user