diff templates/sat_website/community.html @ 12:8ecf9c1db4f4

changed the sentence presenting the blog in community page
author Goffi <goffi@goffi.org>
date Sun, 24 Feb 2013 23:49:20 +0100
parents 9389a4fcc070
children 3df49721008c
line wrap: on
line diff
--- a/templates/sat_website/community.html	Sun Feb 24 23:33:40 2013 +0100
+++ b/templates/sat_website/community.html	Sun Feb 24 23:49:20 2013 +0100
@@ -39,7 +39,7 @@
     {% trans "Follow the development, learn" %}
     </h4>
     <div class="info">
-        <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 blog="<a href=\"http://www.goffi.org\">http://www.goffi.org</a>" %}In the blog of the main developer you'll have recent informations/reflections abouts features or more general ones: {{ 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>