From 673a5042b7e024b3a255f287784eb7f117ca92c6 Mon Sep 17 00:00:00 2001 From: Charles Oliveira <18oliveira.charles@gmail.com> Date: Mon, 22 Sep 2014 16:26:39 -0300 Subject: [PATCH] Updated and fixed browserid logins --- requirements.txt | 1 - src/templates/base.html | 10 ++-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2e6b056..add9e5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,6 @@ django-hitcounter==0.1.1 Pillow==2.5.1 django-i18n-model==0.0.7 django-tastypie==0.11.0 - gunicorn==19.1.0 eventlet==0.15.0 diff --git a/src/templates/base.html b/src/templates/base.html index 2669f93..26250f4 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -44,6 +44,7 @@
{% browserid_info %} + {% block navbar %} + {% endblock %} {% block messages %} @@ -186,21 +188,13 @@ {% endblock %} - {% if not is_mobile %} {% conversejs_chatpanel %} {% conversejs_initialize %} {% endif %} {% include "tz/set_utc_offset.html" %} - {% browserid_js %} - {% if not is_mobile %} - {% conversejs_chatpanel %} - {% conversejs_initialize %} - {% endif %} - - {% include "tz/set_utc_offset.html" %} -- libgit2 0.21.2