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
@@ -38,13 +38,7 @@
- {% trans %} - Fill out this form and click on "Become a member". Afterwards you will be presented with a PDF, which you have - to send to info@c3l.lu or bring it to one of our next events. Print it or save it to your local hardware, - because we don't save a copy on our servers for data protection reasons! - {% endtrans %} -
+{% trans %}Fill out this form and click on "Become a member". Afterwards you will be presented with a PDF, which you have to send to info@c3l.lu or bring it to one of our next events. Print it or save it to your local hardware, because we don't save a copy on our servers for data protection reasons!{% endtrans %}
{% if form.errors %} {% for fieldname, errors in form.errors.items() %} {% for error in errors %} @@ -99,43 +93,19 @@{% trans %}All the options include to following benefits:{% endtrans %}
{% trans %}Becoming a regular member gives you these additional benefits:{% endtrans%}
- {% trans %} - You can read more on the membership here. - {% endtrans %} -
+{% trans %}You can read more on the membership here.{% 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 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 %} - 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 %} -
+{% 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 %}