Commit ea336093d3c56b6563711932be87d66ad1890c67

Authored by fbormann
1 parent 30c4db1f

remove favicon.ico from these pages

core/templates/create_account.html
... ... @@ -45,7 +45,6 @@ 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 'img/favicon.ico' %}" rel="shortcut icon" />
49 48  
50 49 <script type='text/javascript' src='dwr/interface/UtilDWR.js'></script>
51 50 <script type='text/javascript' src='dwr/engine.js'></script>
... ...
core/templates/lembrar_senha.html
... ... @@ -45,7 +45,6 @@ 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 'img/favicon.ico' %}" rel="shortcut icon" />
49 48  
50 49 <script type='text/javascript' src='dwr/interface/UtilDWR.js'></script>
51 50 <script type='text/javascript' src='dwr/engine.js'></script>
... ...