Skip to content

Commit 799ce4e

Browse files
authored
Merge pull request #211 from newpanjing/dev
remove default favicon.ico
2 parents e0da6c5 + f1d243e commit 799ce4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

simpleui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def get_version():
5-
return '3.8'
5+
return '3.9'

simpleui/templates/admin/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<title>{{ site_title }}-{% trans 'Log in' %}</title>
1717
{% endblock %}
1818
{% block icon %}
19-
<link rel="icon" href="{% static '/admin/simpleui-x/img/favicon.png' %}">
19+
{# <link rel="icon" href="{% static '/admin/simpleui-x/img/favicon.png' %}">#}
2020
{% endblock %}
2121

2222
{% if "SIMPLEUI_STATIC_OFFLINE"|get_config %}

0 commit comments

Comments
 (0)