changeset 5:e45aed963722

templates: added ?join to xmpp links to muc room
author Goffi <goffi@goffi.org>
date Tue, 31 Jul 2012 13:58:23 +0200
parents d42dd630476f
children 39441edf11da
files templates/sat_website/community.html templates/sat_website/developers.html
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/templates/sat_website/community.html	Tue Jul 31 13:51:38 2012 +0200
+++ b/templates/sat_website/community.html	Tue Jul 31 13:58:23 2012 +0200
@@ -30,7 +30,7 @@
     {% trans "Join us on Jabber :)" %}
     </h4>
     <div class="info">
-        <p>{% blocktrans with sat_muc="<a href=\"xmpp:sat@chat.jabberfr.org\">sat@chat.jabberfr.org</a>" %}Salut à Toi's MUC room is <strong>*the*</strong> place to discuss about the project: {{ sat_muc }}{% endblocktrans %}</p>
+        <p>{% blocktrans with sat_muc="<a href=\"xmpp:sat@chat.jabberfr.org?join\">sat@chat.jabberfr.org</a>" %}Salut à Toi's MUC room is <strong>*the*</strong> place to discuss about the project: {{ sat_muc }}{% endblocktrans %}</p>
     </div>
 </div>
 
--- a/templates/sat_website/developers.html	Tue Jul 31 13:51:38 2012 +0200
+++ b/templates/sat_website/developers.html	Tue Jul 31 13:58:23 2012 +0200
@@ -52,7 +52,7 @@
     {% trans "Contact" %}
     </h4>
     <div class="info">
-        <p>{% blocktrans with sat_muc="<a href=\"xmpp:sat@chat.jabberfr.org\">sat@chat.jabberfr.org</a>" %}The best way to join us is on SàT's Jabber room: {{ sat_muc }}{% endblocktrans %}</p>
+        <p>{% blocktrans with sat_muc="<a href=\"xmpp:sat@chat.jabberfr.org?join\">sat@chat.jabberfr.org</a>" %}The best way to join us is on SàT's Jabber room: {{ sat_muc }}{% endblocktrans %}</p>
     </div>
 </div>
 {% endblock %}