Commit cd1013bb8f45121ac494be74d36cf6c3fff8e9a6
Committed by
Sergio Oliveira
1 parent
4b4c1cff
Exists in
master
and in
39 other branches
XMPP now depends on setting CONVERSEJS_ENABLED
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
colab/accounts/templates/accounts/user_update_form.html
... | ... | @@ -179,7 +179,7 @@ $(function() { |
179 | 179 | </div> |
180 | 180 | </div> |
181 | 181 | </div> |
182 | - | |
182 | + {% if CONVERSEJS_ENABLED %} | |
183 | 183 | <div class="row"> |
184 | 184 | <div class="col-lg-12"> |
185 | 185 | <div class="panel panel-default"> |
... | ... | @@ -197,6 +197,7 @@ $(function() { |
197 | 197 | </div> |
198 | 198 | </div> |
199 | 199 | </div> |
200 | + {% endif %} | |
200 | 201 | |
201 | 202 | <div class="row"> |
202 | 203 | <div class="submit"> | ... | ... |