# HG changeset patch # User Goffi # Date 1343735903 -7200 # Node ID e45aed96372293210477f6c6848ea5ab8fc5fe0b # Parent d42dd630476feac571e0b94b0f91891a68a3043d templates: added ?join to xmpp links to muc room diff -r d42dd630476f -r e45aed963722 templates/sat_website/community.html --- 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 :)" %}
-

{% blocktrans with sat_muc="sat@chat.jabberfr.org" %}Salut à Toi's MUC room is *the* place to discuss about the project: {{ sat_muc }}{% endblocktrans %}

+

{% blocktrans with sat_muc="sat@chat.jabberfr.org" %}Salut à Toi's MUC room is *the* place to discuss about the project: {{ sat_muc }}{% endblocktrans %}

diff -r d42dd630476f -r e45aed963722 templates/sat_website/developers.html --- 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" %}
-

{% blocktrans with sat_muc="sat@chat.jabberfr.org" %}The best way to join us is on SàT's Jabber room: {{ sat_muc }}{% endblocktrans %}

+

{% blocktrans with sat_muc="sat@chat.jabberfr.org" %}The best way to join us is on SàT's Jabber room: {{ sat_muc }}{% endblocktrans %}

{% endblock %}