fix missing progress script for channel notification

This commit is contained in:
simon 2023-04-07 19:29:21 +07:00
parent 841f5ab67f
commit 3fa5ed725e
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 2 additions and 0 deletions

View File

@ -131,4 +131,5 @@
</div>
</div>
</div>
<script type="text/javascript" src="{% static 'progress.js' %}"></script>
{% endblock content %}

View File

@ -66,4 +66,5 @@
{% endif %}
</div>
</div>
<script type="text/javascript" src="{% static 'progress.js' %}"></script>
{% endblock content %}