X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e15b74e6d8f736dfc8a6101e8b9c6583eebd7509..74f7584b18b4386433b4c02336f5adafcae530c5:/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 2891b98c9..72d3e2515 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,7 +49,9 @@ {% trans "different amount" %} -
    {% include 'club/payment/payu-re.html' %}
    +
    + {% include 'club/payment/payu-re.html' %} +

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