X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/74f7584b18b4386433b4c02336f5adafcae530c5..ddf2102eff7ea420a4ea5144c43409587fc1156e:/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 72d3e2515..a5b5c068d 100644 --- a/src/club/templates/club/payment_form.html +++ b/src/club/templates/club/payment_form.html @@ -28,8 +28,8 @@

2. {% trans "Choose the amount" %}

-

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.' %}

-

{{ form.data_processing }}

+ +
{{ form.data_processing|safe }}