changeset 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 e2ea184c8ebc
children 84c2e20d3de1
files locale/fr/LC_MESSAGES/django.po sat_website/views.py templates/sat_website/links.html
diffstat 3 files changed, 18 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/locale/fr/LC_MESSAGES/django.po	Mon May 04 15:06:23 2015 +0200
+++ b/locale/fr/LC_MESSAGES/django.po	Mon May 04 15:35:23 2015 +0200
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-05-04 15:02+0200\n"
-"PO-Revision-Date: 2015-05-04 15:00+0100\n"
+"POT-Creation-Date: 2015-05-04 15:33+0200\n"
+"PO-Revision-Date: 2015-05-04 15:34+0100\n"
 "Last-Translator: Salut à Toi <contact@salut-a-toi.org>\n"
 "Language-Team: français <goffi@goffi.org>\n"
 "Language: fr\n"
@@ -279,10 +279,6 @@
 msgid "Get in touch"
 msgstr "Nous contacter"
 
-#: sat_website/views.py:44
-msgid "Association"
-msgstr "Association"
-
 #: sat_website/views.py:45
 msgid "Links"
 msgstr "Liens"
@@ -499,17 +495,14 @@
 msgstr "L'association"
 
 #: templates/sat_website/association.html:27
-#: templates/sat_website/links.html:27
 msgid "subtext"
 msgstr "sous-titre"
 
 #: templates/sat_website/association.html:32
-#: templates/sat_website/links.html:32
 msgid "Subtitle 1"
 msgstr "sous-titres"
 
 #: templates/sat_website/association.html:35
-#: templates/sat_website/links.html:35
 msgid "dummy"
 msgstr ""
 
@@ -996,6 +989,10 @@
 msgid "Links and friendly projects"
 msgstr "Liens et projets amis"
 
+#: templates/sat_website/links.html:31
+msgid "Similar projects"
+msgstr "Projets comparables"
+
 #: templates/sat_website/overview.html:36
 msgid "Salut à Toi (SàT) is currently under development."
 msgstr "Salut à Toi (SàT) est actuellement en développement."
@@ -1897,3 +1894,6 @@
 msgid "You should receive in a couple of minutes a confirmation email from us."
 msgstr ""
 "Vous devriez recevoir sous peu un courriel de confirmation de notre part."
+
+#~ msgid "Association"
+#~ msgstr "Association"
--- a/sat_website/views.py	Mon May 04 15:06:23 2015 +0200
+++ b/sat_website/views.py	Mon May 04 15:35:23 2015 +0200
@@ -41,7 +41,7 @@
                                              ]))),
                           ('community', (_(u"Community"),
                                 OrderedDict([("community", _(u"Get in touch")),
-                                             ("association", _(u"Association")),
+                                             #("association", _(u"Association")),
                                              ("links", _(u"Links")),
                                              ]))),
                           ])
--- 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>