diff --git a/c3l_membership/templates/member.html b/c3l_membership/templates/member.html --- a/c3l_membership/templates/member.html +++ b/c3l_membership/templates/member.html @@ -114,7 +114,7 @@ {% elif form.payment.data == 'satispay' %}
{% set satispay_url='https://www.satispay.com/app/pay/shops/e5ca1df1-1f72-457e-88a2-7691ab630947?amount={amount}'.format(amount=price) %} -

{% trans %}Pay with Satispay{% endtrans %}

+

{% trans %}Pay with Satispay!{% endtrans %}

{% endif %}