From cd1013bb8f45121ac494be74d36cf6c3fff8e9a6 Mon Sep 17 00:00:00 2001 From: Charles Oliveira <18oliveira.charles@gmail.com> Date: Fri, 28 Nov 2014 13:22:22 -0200 Subject: [PATCH] XMPP now depends on setting CONVERSEJS_ENABLED --- colab/accounts/templates/accounts/user_update_form.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colab/accounts/templates/accounts/user_update_form.html b/colab/accounts/templates/accounts/user_update_form.html index 27304fb..e1a05a5 100644 --- a/colab/accounts/templates/accounts/user_update_form.html +++ b/colab/accounts/templates/accounts/user_update_form.html @@ -179,7 +179,7 @@ $(function() { - + {% if CONVERSEJS_ENABLED %}
@@ -197,6 +197,7 @@ $(function() {
+ {% endif %}
-- libgit2 0.21.2