Mercurial > sat_legacy_website
comparison templates/sat_website/social_contract.html @ 2:0df46e87537d
i18n: marked translatable texts + add change language form on pages footer
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 30 Jul 2012 02:09:38 +0200 |
parents | 9305c6458e2f |
children | 2fdbf8ebb72b |
comparison
equal
deleted
inserted
replaced
1:a49aa1b823f6 | 2:0df46e87537d |
---|---|
18 | 18 |
19 You should have received a copy of the GNU Affero General Public License | 19 You should have received a copy of the GNU Affero General Public License |
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>. | 20 along with Foobar. If not, see <http://www.gnu.org/licenses/>. |
21 {% endcomment %} | 21 {% endcomment %} |
22 | 22 |
23 {% load i18n %} | |
23 {% load staticfiles %} | 24 {% load staticfiles %} |
24 {% load markup %} | 25 {% load markup %} |
25 {% block headline %}Salut à Toi's social contract{% endblock %} | 26 {% block headline %}{% trans "Salut à Toi's social contract" %}{% endblock %} |
26 {% block main_container %} | 27 {% block main_container %} |
27 <div class="row"> | 28 <div class="row"> |
28 <div class="span8 offset2"> | 29 <div class="span8 offset2"> |
29 <div id="social_contract"> | 30 <div id="social_contract"> |
30 {{SOCIAL_CONTRACT|markdown}} | 31 {{SOCIAL_CONTRACT|markdown}} |