[FIX] AUTOMATIONS: Static not loading in mail automation
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user