Browse Source

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

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

6
sapl/templates/base.html

@ -287,9 +287,7 @@
});
</script>
{% if not DEBUG %}
{% if not debug %}
<script src="https://vlibras.gov.br/app/vlibras-plugin.js"></script>
<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
@ -307,8 +305,6 @@
{% endif %}
{% endif %}
{% endblock foot_js %}
</body>
</html>

Loading…
Cancel
Save