Browse Source

fix: corrige condição de debug em base.html

pull/3734/head
LeandroJatai 5 months ago
parent
commit
2f1818a7ca
  1. 8
      sapl/templates/base.html

8
sapl/templates/base.html

@ -287,9 +287,7 @@
}); });
</script> </script>
{% if not debug %}
{% if not DEBUG %}
<script src="https://vlibras.gov.br/app/vlibras-plugin.js"></script> <script src="https://vlibras.gov.br/app/vlibras-plugin.js"></script>
<script> <script>
new window.VLibras.Widget('https://vlibras.gov.br/app'); new window.VLibras.Widget('https://vlibras.gov.br/app');
@ -304,11 +302,9 @@
gtag('js', new Date()); gtag('js', new Date());
gtag('config', '{{"google_analytics_id_metrica"|get_config_attr}}'); gtag('config', '{{"google_analytics_id_metrica"|get_config_attr}}');
</script> </script>
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endblock foot_js %} {% endblock foot_js %}
</body> </body>
</html> </html>

Loading…
Cancel
Save