Mercurial > sat_legacy_website
annotate templates/sat_website/links.html @ 53:84c2e20d3de1
include some corrections suggested by Goffi
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 05 May 2015 09:47:55 +0200 |
parents | cc099372a9ac |
children | 01e9c646999f |
rev | line source |
---|---|
44 | 1 {% extends "sat_website/category.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 i18n %} | |
24 {% load staticfiles %} | |
25 | |
26 {% block headline %}{% trans "Links and friendly projects" %}{% endblock %} | |
27 {% block main_container %} | |
28 | |
29 <div class="row"> | |
30 <h5 class="alert alert-success"> | |
52
cc099372a9ac
hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents:
44
diff
changeset
|
31 {% trans "Similar projects" %} |
44 | 32 </h5> |
33 <div class="info"> | |
52
cc099372a9ac
hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents:
44
diff
changeset
|
34 <a href="https://movim.eu/" target="#">Movim</a> |
cc099372a9ac
hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents:
44
diff
changeset
|
35 </div> |
cc099372a9ac
hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents:
44
diff
changeset
|
36 <div class="info"> |
cc099372a9ac
hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents:
44
diff
changeset
|
37 <a href="https://habahaba.im/" target="#">Live Jabber</a> |
cc099372a9ac
hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents:
44
diff
changeset
|
38 </div> |
cc099372a9ac
hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents:
44
diff
changeset
|
39 <div class="info"> |
cc099372a9ac
hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents:
44
diff
changeset
|
40 <a href="https://jappix.org/" target="#">Jappix</a> |
44 | 41 </div> |
42 </div> | |
43 | |
44 {% endblock %} |