Mercurial > sat_legacy_website
comparison templates/sat_website/links.html @ 52:cc099372a9ac
hide the association page for now + add links to similar projects
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 04 May 2015 15:35:23 +0200 |
parents | d721c8ffa22a |
children | 01e9c646999f |
comparison
equal
deleted
inserted
replaced
51:e2ea184c8ebc | 52:cc099372a9ac |
---|---|
22 | 22 |
23 {% load i18n %} | 23 {% load i18n %} |
24 {% load staticfiles %} | 24 {% load staticfiles %} |
25 | 25 |
26 {% block headline %}{% trans "Links and friendly projects" %}{% endblock %} | 26 {% block headline %}{% trans "Links and friendly projects" %}{% endblock %} |
27 {% block subtext %}{% trans "subtext" %}{% endblock %} | |
28 {% block main_container %} | 27 {% block main_container %} |
29 | 28 |
30 <div class="row"> | 29 <div class="row"> |
31 <h5 class="alert alert-success"> | 30 <h5 class="alert alert-success"> |
32 {% trans "Subtitle 1" %} | 31 {% trans "Similar projects" %} |
33 </h5> | 32 </h5> |
34 <div class="info"> | 33 <div class="info"> |
35 <p>{% blocktrans %}dummy{% endblocktrans %}</p> | 34 <a href="https://movim.eu/" target="#">Movim</a> |
35 </div> | |
36 <div class="info"> | |
37 <a href="https://habahaba.im/" target="#">Live Jabber</a> | |
38 </div> | |
39 <div class="info"> | |
40 <a href="https://jappix.org/" target="#">Jappix</a> | |
36 </div> | 41 </div> |
37 </div> | 42 </div> |
38 | 43 |
39 {% endblock %} | 44 {% endblock %} |