changeset 10:9389a4fcc070

added link to the blog in community page
author Goffi <goffi@goffi.org>
date Sun, 24 Feb 2013 23:26:43 +0100
parents bdd6ccffe149
children f23fba993dd6
files templates/sat_website/community.html
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/sat_website/community.html	Thu Aug 02 01:57:47 2012 +0200
+++ b/templates/sat_website/community.html	Sun Feb 24 23:26:43 2013 +0100
@@ -39,7 +39,8 @@
     {% trans "Follow the development, learn" %}
     </h4>
     <div class="info">
-        <p>{% blocktrans with mailing_list="<a href=\"http://lists.goffi.org\">http://lists.goffi.org</a>" %}you can subscribe to the mailing list to follow the progression, you're welcome to give your opinion (and to contribute): {{ mailing_list }}{% endblocktrans %}</p>
+        <p>{% blocktrans with blog="<a href=\"http://www.goffi.org\">http://www.goffi.org</a>" %}The blog of the main developer is *the* place to get the more recent informations: {{ blog }}{% endblocktrans %}</p>
+        <p>{% blocktrans with mailing_list="<a href=\"http://lists.goffi.org\">http://lists.goffi.org</a>" %}You can subscribe to the mailing list to follow the progression, you're welcome to give your opinion (and to contribute): {{ mailing_list }}{% endblocktrans %}</p>
         <p>{% blocktrans with wiki="<a href=\"http://wiki.goffi.org\">http://wiki.goffi.org</a>" %}You'll find user documentation and more technical one on the wiki: {{ wiki }}{% endblocktrans %}</p>
     </div>