Commit 61951315eebf95b7847d8337dd0c7e0be87fdc2e

Authored by Sergio Oliveira
1 parent 8bda4bde

Replaced fav.ico

src/static/img/fav.ico 0 → 100644
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_URL }}img/interlegis.ico"> 17 + <link rel="shortcut icon" type="image/x-icon" href="{{ STATIC_URL }}img/fav.ico">
18 18
19 <link rel="stylesheet" href="{{ STATIC_URL }}third-party/bootstrap/css/bootstrap.min.css" type="text/css" media="screen, projection" /> 19 <link rel="stylesheet" href="{{ STATIC_URL }}third-party/bootstrap/css/bootstrap.min.css" type="text/css" media="screen, projection" />
20 20