From 16b1a0de8e5b064bcd276ece473bdb3bab6fdb04 Mon Sep 17 00:00:00 2001 From: Ebbad Siddique Date: Fri, 17 Nov 2023 18:51:14 +0500 Subject: [PATCH 1/2] fix: node_modules without backslash. --- frappe/utils/boilerplate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/utils/boilerplate.py b/frappe/utils/boilerplate.py index 7776660ff58..7c3ec591473 100644 --- a/frappe/utils/boilerplate.py +++ b/frappe/utils/boilerplate.py @@ -562,6 +562,7 @@ def get_data(): tags {app_name}/docs/current node_modules/ +node_modules __pycache__ .idea/ .vscode/ From ec2e725ca1f753a0afad0e1361fbd3f004a3132d Mon Sep 17 00:00:00 2001 From: Ebbad Siddique Date: Fri, 17 Nov 2023 18:51:57 +0500 Subject: [PATCH 2/2] remove(web.html): removed my-4 from main block --- frappe/templates/web.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/templates/web.html b/frappe/templates/web.html index a27bd253845..2c5f0c55829 100644 --- a/frappe/templates/web.html +++ b/frappe/templates/web.html @@ -1,9 +1,9 @@ {% extends base_template_path %} -{% block hero %}{% endblock %} {% block content %} {% macro main_content() %} +{% block hero %}{% endblock %}
{% block page_container %} -
+