[FIX] AUTOMATIONS: Static not loading in mail automation

This commit is contained in:
Horilla
2024-09-24 14:24:47 +05:30
parent 06b2314d50
commit 07da2bac20
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<link rel="stylesheet" href="{{path}}"/>
{% endfor %}
{% for path in script_static_paths %}
<script src="{{path}}"></script>
<script src="{% static path %}"></script>
{% endfor %}