X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d5a4e2346ceaa436eb64372ad099ebbffd78db2e..3f527019946f993c9d1cadd41e80c2c7eac188ed:/src/club/templates/club/payment_form.html diff --git a/src/club/templates/club/payment_form.html b/src/club/templates/club/payment_form.html index 454bc7774..58d564c12 100644 --- a/src/club/templates/club/payment_form.html +++ b/src/club/templates/club/payment_form.html @@ -10,12 +10,16 @@ {% for e in form.amount.errors %}
  • {{ e }}
  • {% endfor %} + {% for e in form.method.errors %} +
  • {{ e }}
  • + {% endfor %}

    1. {% trans "Choose your type of support" %}

    {{ form.amount }} {{ form.monthly }} +{{ form.method }}
    {% trans "one-time" %} {% trans "monthly" %} @@ -45,20 +49,57 @@ {% trans "different amount" %} -
    {% include 'club/payment/payu-re.html' %}
    +
    + {% include 'club/payment/payu-re.html' %} +
    -

    3. {% trans "Provide an e-mail address" %}

    +

    3. {% trans "Provide contact details" %}

    + +

    +
    + {{ form.first_name }} +

    + {{ form.last_name }} +

    + + +

    +
    + {{ form.email }} +

    + +

    +
    + {{ form.phone }} +

    + +

    +
    + {{ form.postal }}
    + {{ form.postal_code }} {{ form.postal_town }}
    + {{ form.postal_country }} +

    + +{% for c, key, consent_field in form.consent %} +

    + {{ consent_field }} + +

    +{% endfor %} -

    {{ form.email }}

    {{ form.agree_newsletter }}

    -

    {% trans 'You can unsubscribe at any point. More in the privacy policy.' %}

    +

    {% trans 'You can unsubscribe at any point. More in the privacy policy.' %}

    + +
    {{ form.data_processing|safe }}