From 7e931a66e2dd23ae41211579f30b95b76ea93e3c Mon Sep 17 00:00:00 2001 From: eribeiro Date: Thu, 4 Mar 2021 19:32:08 -0300 Subject: [PATCH] HOT-FIX: ajusta lang em templates HTML --- sapl/crud/tests/stub_app/templates/base.html | 2 +- sapl/templates/404.html | 2 +- sapl/templates/500.html | 2 +- sapl/templates/base.html | 2 +- sapl/templates/painel/index.html | 4 ++-- sapl/templates/painel/mensagem.html | 4 ++-- sapl/templates/painel/parlamentares.html | 4 ++-- sapl/templates/painel/votacao.html | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sapl/crud/tests/stub_app/templates/base.html b/sapl/crud/tests/stub_app/templates/base.html index fcf92e5eb..9dae745b2 100644 --- a/sapl/crud/tests/stub_app/templates/base.html +++ b/sapl/crud/tests/stub_app/templates/base.html @@ -1,6 +1,6 @@ {% load i18n %} - + diff --git a/sapl/templates/404.html b/sapl/templates/404.html index 668d67fd6..82a3dee5e 100644 --- a/sapl/templates/404.html +++ b/sapl/templates/404.html @@ -3,7 +3,7 @@ {% load render_bundle from webpack_loader %} {% load webpack_static from webpack_loader %} - + diff --git a/sapl/templates/500.html b/sapl/templates/500.html index eba579b66..868225132 100644 --- a/sapl/templates/500.html +++ b/sapl/templates/500.html @@ -3,7 +3,7 @@ {% load render_bundle from webpack_loader %} {% load webpack_static from webpack_loader %} - + diff --git a/sapl/templates/base.html b/sapl/templates/base.html index db7f79f3a..4785c1b5f 100644 --- a/sapl/templates/base.html +++ b/sapl/templates/base.html @@ -4,7 +4,7 @@ {% load render_bundle from webpack_loader %} {% load webpack_static from webpack_loader %} - + diff --git a/sapl/templates/painel/index.html b/sapl/templates/painel/index.html index 18a295dd6..55a3c4e4f 100644 --- a/sapl/templates/painel/index.html +++ b/sapl/templates/painel/index.html @@ -5,9 +5,9 @@ {% load webpack_static from webpack_loader %} - + - + diff --git a/sapl/templates/painel/mensagem.html b/sapl/templates/painel/mensagem.html index 99b32dcad..da8e355d4 100644 --- a/sapl/templates/painel/mensagem.html +++ b/sapl/templates/painel/mensagem.html @@ -4,9 +4,9 @@ {% load webpack_static from webpack_loader %} - + - + diff --git a/sapl/templates/painel/parlamentares.html b/sapl/templates/painel/parlamentares.html index 583f4886f..3dbe6e740 100644 --- a/sapl/templates/painel/parlamentares.html +++ b/sapl/templates/painel/parlamentares.html @@ -5,9 +5,9 @@ {% load webpack_static from webpack_loader %} - + - + diff --git a/sapl/templates/painel/votacao.html b/sapl/templates/painel/votacao.html index 7f55d6e04..e73551160 100644 --- a/sapl/templates/painel/votacao.html +++ b/sapl/templates/painel/votacao.html @@ -3,9 +3,9 @@ {% load webpack_static from webpack_loader %} - + - +