Mercurial > sat_legacy_website
annotate templates/sat_website/category.html @ 42:02afaab69f92
modification of the social contract according to the General Assembly of 19/08/2014
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 05 Feb 2015 11:57:57 +0100 |
parents | 10ce34ab389a |
children |
rev | line source |
---|---|
0 | 1 {% extends "sat_website/base.html" %} |
2 | |
3 {% comment %} | |
4 SàT website: Salut à Toi's presentation website | |
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org) | |
6 | |
7 This file is part of SàT website. | |
8 | |
9 SàT website is free software: you can redistribute it and/or modify | |
10 it under the terms of the GNU Affero General Public License as published by | |
11 the Free Software Foundation, either version 3 of the License, or | |
12 (at your option) any later version. | |
13 | |
14 Foobar is distributed in the hope that it will be useful, | |
15 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
17 GNU Affero General Public License for more details. | |
18 | |
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/>. | |
21 {% endcomment %} | |
22 | |
23 {% load staticfiles %} | |
24 {% block content %} | |
25 <div class="container"> | |
26 | 26 <header id="overview" class="subhead"> |
27 <h2>{% block headline %}{% endblock %}</h2> | |
35
10ce34ab389a
dummy patch (just add some new lines to make space between the blocks)
souliane <souliane@mailoo.org>
parents:
26
diff
changeset
|
28 <p class="lead">{% block subtext %}{% endblock %}</p> |
10ce34ab389a
dummy patch (just add some new lines to make space between the blocks)
souliane <souliane@mailoo.org>
parents:
26
diff
changeset
|
29 {% block extra %}{% endblock %} |
0 | 30 </header> |
31 {% block main_container %}{% endblock %} | |
32 </div> | |
33 {% endblock %} |