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