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 %}Membership Application{% endtrans %}

{% trans %}How to use this form{% 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 %} -

+

{% 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 %}What's difference between the different membership options?{% endtrans %}

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

diff --git a/c3l_membership/templates/member.html b/c3l_membership/templates/member.html --- a/c3l_membership/templates/member.html +++ b/c3l_membership/templates/member.html @@ -120,7 +120,7 @@
  • {% trans %}Address:{% endtrans %} {{ config["MONERO_ADDRESS"] }}
  • {% trans %}Label:{% endtrans %} Membership Fee
  • {% trans %}Message:{% endtrans %} {{ year }} {{ form.username.data }}
  • -
  • {% trans %}Amount:{% endtrans %2} {{ price }} XMR
  • +
  • {% trans %}Amount:{% endtrans %} {{ price }} XMR
  • {% set monero_url=config["MONERO_ADDRESS"] %}