From 1d24fb47b972f591d4368ef66c2e3077db4c906e Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Date: Wed, 21 Jan 2015 11:22:09 -0200 Subject: [PATCH] Handling browserid scritps in base template --- colab/templates/base.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/colab/templates/base.html b/colab/templates/base.html index a4d37a4..ed218f1 100644 --- a/colab/templates/base.html +++ b/colab/templates/base.html @@ -221,9 +221,11 @@ {% include "tz/set_utc_offset.html" %} - - - + {% if BROWSERID_ENABLED %} + + + + {% endif %} {% block footer_js %}{% endblock %} -- libgit2 0.21.2