Commit f8be8e15364f2db51c5fd564dd774f72423bde9a

Authored by Sergio Oliveira
1 parent 6f678162

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 14  
15 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 19 <link rel="stylesheet" href="{% static 'third-party/bootstrap/css/bootstrap.min.css' %}" type="text/css" media="screen, projection" />
20 20  
... ...