Checkout: Update text for missing membership

This commit is contained in:
Raphael Michel
2024-01-11 10:58:01 +01:00
parent e3145b79d5
commit 61c12ca871

View File

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