summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-06-12 19:03:18 -0400
committerAamir Khan <syst3m.w0rm@gmail.com>2012-06-12 19:03:18 -0400
commit676cf6980606ce6e1b0c39061c0c0f889cfdc6ce (patch)
tree5478a015ba8016c8e013150b048a07786981db18 /templates/base.html
parentaa668e6980577024a504ddbc519a522ba1294199 (diff)
Login authentication - browser id fix
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index d16564b..65433ed 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -86,7 +86,10 @@
{% block content %}
{% endblock %}
</div>
+
+ <script src="{{ STATIC_URL }}/js/libs/jquery-1.7.1.min.js"></script>
{% block additionaljs %}
{% endblock %}
+
</body>
</html>