From 39321fc058e29239de2dc26f92bb746dad26872b Mon Sep 17 00:00:00 2001 From: Gustavo Bernardo Date: Fri, 28 Oct 2016 12:33:49 -0300 Subject: [PATCH] block script_link added to core base.html [Issue:#120] --- core/templates/base.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/core/templates/base.html b/core/templates/base.html index bbc7185..6ecd78d 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -34,7 +34,7 @@ {% with "js/vendor/locales/bootstrap-datepicker."|add:LANGUAGE_CODE|add:".js" as locale_datepicker %} {% endwith %} - + @@ -139,7 +139,7 @@ - + {% endif %} {% endblock %} @@ -157,6 +157,10 @@ {% block script_file %} {% endblock script_file %} + + {% block script_link %} + + {% endblock script_link %} -- libgit2 0.21.2