Commit f8be8e15364f2db51c5fd564dd774f72423bde9a
1 parent
6f678162
Exists in
master
and in
39 other branches
Replaced fav.ico
Showing
3 changed files
with
1 additions
and
1 deletions
Show diff stats
No preview for this file type
src/static/img/interlegis.ico
No preview for this file type
src/templates/base.html
@@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
14 | 14 | ||
15 | <title>{% block title %}Colab{% endblock %} - Colab</title> | 15 | <title>{% block title %}Colab{% endblock %} - Colab</title> |
16 | 16 | ||
17 | - <link rel="shortcut icon" type="image/x-icon" href="{% static 'img/interlegis.ico' %}"> | 17 | + <link rel="shortcut icon" type="image/x-icon" href="{% static 'img/fav.ico' %}"> |
18 | 18 | ||
19 | <link rel="stylesheet" href="{% static 'third-party/bootstrap/css/bootstrap.min.css' %}" type="text/css" media="screen, projection" /> | 19 | <link rel="stylesheet" href="{% static 'third-party/bootstrap/css/bootstrap.min.css' %}" type="text/css" media="screen, projection" /> |
20 | 20 |