Commit da09e9a86c2d8c4bf1d03c9898b0d142bac76122

Authored by Sergio Oliveira
1 parent a0b227ab

Adding favicon

src/static/img/interlegis.ico 0 → 100644
No preview for this file type
src/templates/base.html
... ... @@ -7,6 +7,8 @@
7 7 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
8 8 <title>Colab - {% block title %}Colab{% endblock %}</title>
9 9  
  10 + <link rel="shortcut icon" type="image/x-icon" href="{{ STATIC_URL }}img/interlegis.ico">
  11 +
10 12 <link rel="stylesheet" href="{{ STATIC_URL }}third-party/bootstrap/css/bootstrap.min.css" type="text/css" media="screen, projection" />
11 13  
12 14 <link rel="stylesheet"
... ...