From 5326e328ddb36c8b58ccc61361767736cfb7bc0e Mon Sep 17 00:00:00 2001 From: lhark Date: Fri, 1 Jul 2016 03:26:24 +0200 Subject: [PATCH] Transfer jquery loading to django-bootstrap3 --- templates/base.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 3d5b1331..ff570e06 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,7 +10,6 @@ {% bootstrap_css %} - {% bootstrap_javascript %} {% block title %}Re2o{% endblock %} @@ -76,8 +75,10 @@ -