comparison templates/sat_website/overview.html @ 117:777750923062

remove all counters during the android campaign
author souliane <souliane@mailoo.org>
date Wed, 28 Oct 2015 13:55:55 +0100
parents b96dbc7b6c61
children 80a0f195231a
comparison
equal deleted inserted replaced
116:e138879873f1 117:777750923062
93 <div class="overview_spacer"></div> 93 <div class="overview_spacer"></div>
94 94
95 <div class="well"> 95 <div class="well">
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 {% comment %}
98 {% include "sat_website/finance.html" with obj="members" %} 99 {% include "sat_website/finance.html" with obj="members" %}
99 {% include "sat_website/finance.html" %} 100 {% include "sat_website/finance.html" %}
101 {% endcomment %}
100 <p> 102 <p>
101 <a class="btn btn-default" href="membership.html" role="button">{% trans "Membership" %}</a> 103 <a class="btn btn-default" href="membership.html" role="button">{% trans "Membership" %}</a>
102 </p> 104 </p>
103 </div> 105 </div>
104 106