diff --git a/c3l_membership/templates/index.html b/c3l_membership/templates/index.html --- a/c3l_membership/templates/index.html +++ b/c3l_membership/templates/index.html @@ -74,7 +74,7 @@
- {{ form.membership.label }} +

{{ form.membership.label }}

{% for option in form.membership %}
-
- -
-

{% trans %}What's difference between the different membership options?{% endtrans %}

+

{% trans %}What's difference between the different membership options?{% endtrans %}

{% trans %}All the options include to following benefits:{% endtrans %}

{% trans %}You can read more on the membership here.{% endtrans %}

-

{% trans %}What are the membership fees?{% endtrans %}

+

{% trans %}What are the membership fees?{% endtrans %}

{% trans regular_fee=config["REGULAR_FEE"], supporting_fee=config["SUPPORTING_FEE"] %}The membership fee for the regular membership is {{ regular_fee }}€ per year. The membership fee for the supporting membership is {{ supporting_fee }}€ per year. If you are a student, all membership fees are {{ supporting_fee }}€ per year. For that please select the corresponding option.{% endtrans %}

-

{% trans %}I cannot afford the membership?{% endtrans %}

+

{% trans %}I cannot afford the membership?{% endtrans %}

{% trans %}If you cannot afford the membership, please contact us via info@c3l.lu first, before filling out the membership form. We will try to find a solution together.{% endtrans %}

- {{ form.payment.label }} +

{{ form.payment.label }}

{% for option in form.payment %}
- {% trans %}Additional information{% endtrans %}
{{ form.birthday.label }} {{ form.birthday(class="pure-input-1 field-error" if form.birthday.errors else "pure-input-1") }}
+
+

{% trans %}Why do you ask for the birthday?{% endtrans %}

+

{% trans %}This information helps us with a few different things:{% endtrans %}

+ +
+ {% trans %}Additional information (Optional){% endtrans %}
{{ form.street.label }}