1
0
Fork 0

Move favicon on root static

merge-requests/152/head
Nikos Roussos 2015-08-06 11:43:16 +03:00
parent bd00fae6bd
commit 2cd33d678b
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 97 KiB

View File

@ -14,7 +14,7 @@
{% block css %}
{% endblock %}
<link rel="shortcut icon" href="{% static 'img/favicon.ico' %}">
<link rel="shortcut icon" href="{% static 'favicon.ico' %}">
</head>