cachebust style and js at build time

This commit is contained in:
2025-08-04 03:10:38 +03:00
parent f08c60de75
commit 7702384c40
6 changed files with 15 additions and 8 deletions

View File

@ -14,5 +14,5 @@
<input type=submit value="Save order">
</form>
</div>
<script src="/static/js/sort-topics.js"></script>
<script src="{{ "/static/js/sort-topics.js" | cachebust }}"></script>
{% endblock %}