diff --git a/src/colab/deprecated/templates/base.html b/src/colab/deprecated/templates/base.html index 8b7997b..4e9f89c 100644 --- a/src/colab/deprecated/templates/base.html +++ b/src/colab/deprecated/templates/base.html @@ -3,28 +3,23 @@
- - - - + - + + {% conversejs_static %} - - {% block head_js %} - {% endblock %} - {% block head_css %} - {% endblock %} + {% block head_js %}{% endblock %} + {% block head_css %}{% endblock %} {% block google_analytics %} - {% browserid_js %} + {% conversejs_chatpanel %} + {% conversejs_initialize %} - + {% browserid_js %} diff --git a/src/planet/templates/feedzilla/base.html b/src/planet/templates/feedzilla/base.html index a3adc5e..09bee25 100644 --- a/src/planet/templates/feedzilla/base.html +++ b/src/planet/templates/feedzilla/base.html @@ -1,13 +1,12 @@ {% extends 'base.html' %} -{% load i18n %} -{% load feedzilla_tags %} +{% load i18n feedzilla_tags taggit_extras %} {% block main-content %}