Adds javascript cache value to templates

This commit is contained in:
Mouse Reeve
2021-09-10 10:57:16 -07:00
parent a15ba14226
commit a4e6f610cd
6 changed files with 9 additions and 6 deletions

View File

@ -106,5 +106,5 @@
{% endblock %}
{% block scripts %}
<script src="{% static "js/vendor/tabs.js" %}"></script>
<script src="{% static "js/vendor/tabs.js" %}?v={{ js_cache }}"></script>
{% endblock %}