X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f2cd20cec6083c7bc8fb17706b1718faa09a6139..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 72d3e2515..58d564c12 100644 --- a/src/club/templates/club/payment_form.html +++ b/src/club/templates/club/payment_form.html @@ -54,18 +54,52 @@ -

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 }}