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> </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');
@ -307,8 +305,6 @@
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endblock foot_js %} {% endblock foot_js %}
</body> </body>
</html> </html>

Loading…
Cancel
Save