Browse Source

HOT-FIX: ajusta lang em templates HTML

pull/3369/head
eribeiro 4 years ago
parent
commit
7e931a66e2
  1. 2
      sapl/crud/tests/stub_app/templates/base.html
  2. 2
      sapl/templates/404.html
  3. 2
      sapl/templates/500.html
  4. 2
      sapl/templates/base.html
  5. 4
      sapl/templates/painel/index.html
  6. 4
      sapl/templates/painel/mensagem.html
  7. 4
      sapl/templates/painel/parlamentares.html
  8. 4
      sapl/templates/painel/votacao.html

2
sapl/crud/tests/stub_app/templates/base.html

@ -1,6 +1,6 @@
{% load i18n %}
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="pt-br"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="pt-br">
<!--<![endif]-->

2
sapl/templates/404.html

@ -3,7 +3,7 @@
{% load render_bundle from webpack_loader %}
{% load webpack_static from webpack_loader %}
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="pt-br"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="pt-br">
<!--<![endif]-->

2
sapl/templates/500.html

@ -3,7 +3,7 @@
{% load render_bundle from webpack_loader %}
{% load webpack_static from webpack_loader %}
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="pt-br"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="pt-br">
<!--<![endif]-->

2
sapl/templates/base.html

@ -4,7 +4,7 @@
{% load render_bundle from webpack_loader %}
{% load webpack_static from webpack_loader %}
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="pt-br"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="pt-br">
<!--<![endif]-->

4
sapl/templates/painel/index.html

@ -5,9 +5,9 @@
{% load webpack_static from webpack_loader %}
<!DOCTYPE HTML>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="pt-br"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en">
<html lang="pt-br">
<!--<![endif]-->
<head>
<meta charset="UTF-8">

4
sapl/templates/painel/mensagem.html

@ -4,9 +4,9 @@
{% load webpack_static from webpack_loader %}
<!DOCTYPE HTML>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="pt-br"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en">
<html lang="pt-br">
<!--<![endif]-->
<head>

4
sapl/templates/painel/parlamentares.html

@ -5,9 +5,9 @@
{% load webpack_static from webpack_loader %}
<!DOCTYPE HTML>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="pt-br"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en">
<html lang="pt-br">
<!--<![endif]-->
<head>

4
sapl/templates/painel/votacao.html

@ -3,9 +3,9 @@
{% load webpack_static from webpack_loader %}
<!DOCTYPE HTML>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="pt-br"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en">
<html lang="pt-br">
<!--<![endif]-->
<head>

Loading…
Cancel
Save