diff 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
line wrap: on
line diff
--- a/templates/sat_website/links.html	Mon May 04 15:06:23 2015 +0200
+++ b/templates/sat_website/links.html	Mon May 04 15:35:23 2015 +0200
@@ -24,15 +24,20 @@
 {% load staticfiles %}
 
 {% block headline %}{% trans "Links and friendly projects" %}{% endblock %}
-{% block subtext %}{% trans "subtext" %}{% endblock %}
 {% block main_container %}
 
 <div class="row">
     <h5 class="alert alert-success">
-    {% trans "Subtitle 1" %}
+    {% trans "Similar projects" %}
     </h5>
     <div class="info">
-        <p>{% blocktrans %}dummy{% endblocktrans %}</p>
+        <a href="https://movim.eu/" target="#">Movim</a>
+    </div>
+    <div class="info">
+        <a href="https://habahaba.im/" target="#">Live Jabber</a>
+    </div>
+    <div class="info">
+        <a href="https://jappix.org/" target="#">Jappix</a>
     </div>
 </div>