fix(templates): using correct syntax of include in projects.html

(cherry picked from commit bc6561cdd0)
This commit is contained in:
diptanilsaha
2026-03-25 14:50:08 +05:30
committed by Mergify
parent 38bc5d69cd
commit c3cb9cc003

View File

@@ -101,8 +101,8 @@
</div>
<script>
{ % include "frappe/public/js/frappe/provide.js" % }
{ % include "frappe/public/js/frappe/form/formatters.js" % }
{% include "frappe/public/js/frappe/provide.js" %}
{% include "frappe/public/js/frappe/form/formatters.js" %}
</script>
{% endblock %}