Merge branch 'develop' into update-library-usage
diff --git a/erpnext/templates/pages/projects.html b/erpnext/templates/pages/projects.html
index 76eaf75..6d366c5 100644
--- a/erpnext/templates/pages/projects.html
+++ b/erpnext/templates/pages/projects.html
@@ -5,7 +5,7 @@
{% endblock %}
{% block head_include %}
- <link rel="stylesheet" href="/assets/frappe/css/font-awesome.css">
+ <link rel="stylesheet" href="/assets/frappe/css/fonts/fontawesome/font-awesome.min.css">
{% endblock %}
{% block header %}
diff --git a/erpnext/templates/pages/search_help.py b/erpnext/templates/pages/search_help.py
index a6877ce..d158167 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