Commit 30c4db1f53e743c378c0025b6ab899eebde1fddb
1 parent
214548de
Exists in
master
and in
5 other branches
added a test favicon.ico
Showing
3 changed files
with
2 additions
and
2 deletions
Show diff stats
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> | ... | ... |