Mercurial > sat_legacy_website
diff templates/sat_website/developers.html @ 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 | 0df46e87537d |
children | 3df49721008c |
line wrap: on
line diff
--- 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 %}