Mercurial > sat_legacy_website
diff templates/sat_website/membership.html @ 147:d0cd185f9b61
replace apayer with liberapay
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 17 Oct 2017 06:01:01 +0200 |
parents | 1bdb78a21647 |
children |
line wrap: on
line diff
--- a/templates/sat_website/membership.html Tue Oct 17 04:54:35 2017 +0200 +++ b/templates/sat_website/membership.html Tue Oct 17 06:01:01 2017 +0200 @@ -60,15 +60,7 @@ <p>{% trans "The membership lasts exactly one year and isn't automatically renewed: you have to renew it yourself and you can change the amount of your subscription every year." %}</p> <p> - {% trans "To join the association without paying any subscription or to proceed with a bank transfer, please use our internal form:" %} - </p> - <p> - <a class="btn btn-default" href="membership_form.html" role="button">{% trans "Join for free or proceed with a transfer" %}</a> - </p> - <p>{% trans "If you prefer to proceed by card, you can directly use a secure payment service hosted by our bank. We unfortunately cannot pre-fill the form fields. Please enter a positive amount from those defined in the Rules of Procedure: 10, 20, 30, 50, 80 or 100." %} - </p> - <p> - <a class="btn btn-default" href="https://www.apayer.fr/salut-a-toi" target="#" role="button">{% trans "Join and proceed by card" %}</a> + <a class="btn btn-default" href="membership_form.html" role="button">{% trans "Join the association" %}</a> </p> </div> </div> @@ -76,17 +68,18 @@ <div class="row"> <h5 class="alert alert-success">{% trans "Donations" %}</h5> <div class="info"> - <p>{% trans "If you prefer, you can also make a donation without joining the association. Your bank transfer can be made to the following account:" %}</p> + <p>{% trans "You can also make a donation without joining the association. We recommend using the open funding platform Liberapay to set up a weekly, monthly or yearly donation." %}</p> + <p> + <a class="btn btn-default" href="https://liberapay.com/salut_a_toi/" role="button">{% trans "Donation via Liberapay" %}</a> + </p> <p> - {% trans "Payee:" %} Salut à Toi - <br/> - IBAN: FR76 1027 8060 4300 0207 3220 109 - <br/> - BIC: CMCIFR2A - <p> - <p> - {% trans "Bank:" %} Crédit Mutuel (France) + {% trans "Or you can make a transfer to the following account:" %} </p> + <pre> + {% trans "Payee:" %} Salut à Toi + IBAN: FR76 1027 8060 4300 0207 3220 109 + BIC: CMCIFR2A + {% trans "Bank:" %} Crédit Mutuel (France)</pre> </div> </div>