X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3d95fcd3649e33465314257c8b93ff139b95629f..ddf2102eff7ea420a4ea5144c43409587fc1156e:/src/club/templates/club/payment_form.html?ds=sidebyside diff --git a/src/club/templates/club/payment_form.html b/src/club/templates/club/payment_form.html index 2891b98c9..a5b5c068d 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" %} @@ -24,8 +28,8 @@

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