comparison templates/sat_website/overview.html @ 77:13ebb548f234

use membership instead of adhesion in English (also rename the files)
author souliane <souliane@mailoo.org>
date Tue, 09 Jun 2015 14:55:09 +0200
parents a14845624e01
children 7665d00e5295
comparison
equal deleted inserted replaced
76:d2ea666fb1dd 77:13ebb548f234
96 <h4>{% trans "The association" %}</h4> 96 <h4>{% trans "The association" %}</h4>
97 <p>{% blocktrans %}Salut à Toi and Libervia are developed by a non-profit and self-managed association. We are fighting against the hold-up of the Internet by private corporations and abusive governmental control. Do you want to help us? The membership is open to everybody and the amount of the contribution is up to you, from 0 to 100€. Even joining for free means something to us, it is moral support! {% endblocktrans %}</p> 97 <p>{% blocktrans %}Salut à Toi and Libervia are developed by a non-profit and self-managed association. We are fighting against the hold-up of the Internet by private corporations and abusive governmental control. Do you want to help us? The membership is open to everybody and the amount of the contribution is up to you, from 0 to 100€. Even joining for free means something to us, it is moral support! {% endblocktrans %}</p>
98 {% include "sat_website/finance.html" with obj="members" %} 98 {% include "sat_website/finance.html" with obj="members" %}
99 {% include "sat_website/finance.html" %} 99 {% include "sat_website/finance.html" %}
100 <p> 100 <p>
101 <a class="btn btn-default" href="adhesion.html" role="button">{% trans "Adhesion" %}</a> 101 <a class="btn btn-default" href="membership.html" role="button">{% trans "Membership" %}</a>
102 </p> 102 </p>
103 </div> 103 </div>
104 104
105 <div class="overview_spacer"></div> 105 <div class="overview_spacer"></div>
106 106