Commit 61951315eebf95b7847d8337dd0c7e0be87fdc2e
1 parent
8bda4bde
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 | 14 | |
15 | 15 | <title>{% block title %}Colab{% endblock %} - Colab</title> |
16 | 16 | |
17 | - <link rel="shortcut icon" type="image/x-icon" href="{{ STATIC_URL }}img/interlegis.ico"> | |
17 | + <link rel="shortcut icon" type="image/x-icon" href="{{ STATIC_URL }}img/fav.ico"> | |
18 | 18 | |
19 | 19 | <link rel="stylesheet" href="{{ STATIC_URL }}third-party/bootstrap/css/bootstrap.min.css" type="text/css" media="screen, projection" /> |
20 | 20 | ... | ... |