Commit 0c539b9b0333e2cb4d10e4edbf7484ba60b39237
1 parent
ea336093
Exists in
master
and in
5 other branches
testing if other static files are working properly
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
core/templates/base.html
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | <title>{{ title }}</title> |
8 | 8 | |
9 | 9 | <meta http-equiv="Cache-Control" content="no-cache, no-store" /> |
10 | - <link href="{% static 'img/favicon.ico' %}" rel="shortcut icon" /> | |
10 | + <!--<link href="{% static 'img/favicon.ico' %}" rel="shortcut icon" />--> | |
11 | 11 | |
12 | 12 | <!-- Roboto font --> |
13 | 13 | <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css"> | ... | ... |