Commit 30c4db1f53e743c378c0025b6ab899eebde1fddb

Authored by fbormann
1 parent 214548de

added a test favicon.ico

core/static/img/favicon.ico 0 → 100644
No preview for this file type
core/templates/create_account.html
... ... @@ -45,7 +45,7 @@ Você deve ter recebido uma cópia da Licença Pública Geral GNU, sob o título
45 45 <link href="{% static 'css/amadeus.css' %}" rel="stylesheet" type="text/css" />
46 46 <link href="{% static 'css/content_management.css' %}" rel="stylesheet" type="text/css" />
47 47 <link href="{% static 'css/jqueryui/smoothness/jquery-ui-1.7.1.custom.css' %}" rel="stylesheet" type="text/css" />
48   - <link href="{% static 'imgs/favicon.ico' %}" rel="shortcut icon" />
  48 + <link href="{% static 'img/favicon.ico' %}" rel="shortcut icon" />
49 49  
50 50 <script type='text/javascript' src='dwr/interface/UtilDWR.js'></script>
51 51 <script type='text/javascript' src='dwr/engine.js'></script>
... ...
core/templates/lembrar_senha.html
... ... @@ -45,7 +45,7 @@ Você deve ter recebido uma cópia da Licença Pública Geral GNU, sob o título
45 45 <link href="{% static 'css/amadeus.css' %}" rel="stylesheet" type="text/css" />
46 46 <link href="{% static 'css/content_management.css' %}" rel="stylesheet" type="text/css" />
47 47 <link href="{% static 'css/jqueryui/smoothness/jquery-ui-1.7.1.custom.css' %}" rel="stylesheet" type="text/css" />
48   - <link href="{% static 'imgs/favicon.ico' %}" rel="shortcut icon" />
  48 + <link href="{% static 'img/favicon.ico' %}" rel="shortcut icon" />
49 49  
50 50 <script type='text/javascript' src='dwr/interface/UtilDWR.js'></script>
51 51 <script type='text/javascript' src='dwr/engine.js'></script>
... ...