From 7e5700589400814d9e760ca56c9c230275d28550 Mon Sep 17 00:00:00 2001 From: gaurav-naik Date: Thu, 29 Sep 2016 13:21:06 +0530 Subject: [PATCH] Allow control over loading scripts in base. Some control over how base scripts are loaded would be helpful. Faced issue while integrating summernote within web page. https://github.com/summernote/summernote/issues/138 For now, we have overridden base.html in custom app. --- frappe/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/templates/base.html b/frappe/templates/base.html index 383d230f22..6262da5cfb 100644 --- a/frappe/templates/base.html +++ b/frappe/templates/base.html @@ -78,13 +78,13 @@ {%- block footer -%}{% include "templates/includes/footer/footer.html" %}{%- endblock -%} - + {% block base_scripts %} - + {% endblock %} {%- if js_globals is defined %}