Commit 843740b82703335a708592f5239fc3a628fe4957

Authored by Zambom
1 parent fc60f8d6

Fixing favicon display

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
amadeus/templates/base.html
... ... @@ -12,7 +12,7 @@
12 12 <script type="text/javascript" src="{% static 'js/jquery-ui.js' %}"></script>
13 13  
14 14 <meta http-equiv="Cache-Control" content="no-cache, no-store" />
15   - <link href="{{ theme.favicon }}" rel="shortcut icon" />
  15 + <link href="{{ theme.favicon_url }}" rel="shortcut icon" />
16 16 <!-- Roboto font -->
17 17 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
18 18 <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
... ...