From 32fd753a1449afa664b268ae072756f21bdd3f7b Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Wed, 6 Jul 2022 15:09:44 +0530 Subject: [PATCH 1/2] fix: Update html2text import path --- erpnext/templates/pages/search_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/templates/pages/search_help.py b/erpnext/templates/pages/search_help.py index a6877ce9ab..d158167042 100644 --- a/erpnext/templates/pages/search_help.py +++ b/erpnext/templates/pages/search_help.py @@ -1,9 +1,9 @@ import frappe import requests from frappe import _ +from frappe.core.utils import html2text from frappe.utils import sanitize_html from frappe.utils.global_search import search -from html2text import html2text from jinja2 import utils From f0e8a518cdd645d0a91e5eff8ac1490390b6fb96 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Wed, 6 Jul 2022 15:10:39 +0530 Subject: [PATCH 2/2] fix: Update font awesome path --- erpnext/templates/pages/projects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/templates/pages/projects.html b/erpnext/templates/pages/projects.html index 76eaf75cf3..6d366c5ffe 100644 --- a/erpnext/templates/pages/projects.html +++ b/erpnext/templates/pages/projects.html @@ -5,7 +5,7 @@ {% endblock %} {% block head_include %} - + {% endblock %} {% block header %}