We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0da6c5 + f1d243e commit 799ce4eCopy full SHA for 799ce4e
simpleui/__init__.py
@@ -2,4 +2,4 @@
2
3
4
def get_version():
5
- return '3.8'
+ return '3.9'
simpleui/templates/admin/login.html
@@ -16,7 +16,7 @@
16
<title>{{ site_title }}-{% trans 'Log in' %}</title>
17
{% endblock %}
18
{% block icon %}
19
- <link rel="icon" href="{% static '/admin/simpleui-x/img/favicon.png' %}">
+{# <link rel="icon" href="{% static '/admin/simpleui-x/img/favicon.png' %}">#}
20
21
22
{% if "SIMPLEUI_STATIC_OFFLINE"|get_config %}
0 commit comments