Merge pull request #31541 from surajshetty3416/update-library-usage
This commit is contained in:
commit
891fd70882
@ -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 %}
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user