1
0
Fork 0

Mv favicon to static root

merge-requests/27/head
Nikos Roussos 2015-07-15 12:36:48 +03:00
parent 99f7a0a150
commit 1c5526ca87
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

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