diff --git a/erpnext/templates/pages/projects.html b/erpnext/templates/pages/projects.html index 76eaf75cf30..6d366c5ffe7 100644 --- a/erpnext/templates/pages/projects.html +++ b/erpnext/templates/pages/projects.html @@ -5,7 +5,7 @@ {% endblock %} {% block head_include %} - + {% endblock %} {% block header %} diff --git a/erpnext/templates/pages/search_help.py b/erpnext/templates/pages/search_help.py index a6877ce9abd..d1581670428 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