From 312ee68cf6cf1e070002eff56e48337388546f53 Mon Sep 17 00:00:00 2001 From: Leandro Roberto Date: Fri, 15 Feb 2019 08:58:05 -0200 Subject: [PATCH] =?UTF-8?q?adequa=20captura=20de=20imagem=20a=20mundan?= =?UTF-8?q?=C3=A7a=20de=20local=20do=20sapl-frontend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/base/tests/test_login.py | 2 +- sapl/urls.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sapl/base/tests/test_login.py b/sapl/base/tests/test_login.py index 7fe7672e5..3122fcb7e 100755 --- a/sapl/base/tests/test_login.py +++ b/sapl/base/tests/test_login.py @@ -13,7 +13,7 @@ def user(): def test_login_aparece_na_barra_para_usuario_nao_logado(client): response = client.get('/') - assert '' in str( + assert '' in str( response.content) diff --git a/sapl/urls.py b/sapl/urls.py index 904b4357e..12528e07e 100644 --- a/sapl/urls.py +++ b/sapl/urls.py @@ -60,7 +60,7 @@ urlpatterns = [ url(r'', include(sapl.api.urls)), url(r'^favicon\.ico$', RedirectView.as_view( - url='/static/img/favicon.ico', permanent=True)), + url='/static/sapl/img/favicon.ico', permanent=True)), url(r'', include(sapl.redireciona_urls.urls)), ]