Skip to content

Commit

Permalink
Merge pull request #211 from newpanjing/dev
Browse files Browse the repository at this point in the history
remove default favicon.ico
  • Loading branch information
newpanjing authored Dec 26, 2019
2 parents e0da6c5 + f1d243e commit 799ce4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simpleui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def get_version():
return '3.8'
return '3.9'
2 changes: 1 addition & 1 deletion simpleui/templates/admin/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<title>{{ site_title }}-{% trans 'Log in' %}</title>
{% endblock %}
{% block icon %}
<link rel="icon" href="{% static '/admin/simpleui-x/img/favicon.png' %}">
{# <link rel="icon" href="{% static '/admin/simpleui-x/img/favicon.png' %}">#}
{% endblock %}

{% if "SIMPLEUI_STATIC_OFFLINE"|get_config %}
Expand Down

0 comments on commit 799ce4e

Please sign in to comment.