1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Appended a version flag to all CSS/JS references to invalidate browser cache after an upgrade

This commit is contained in:
Jeremy Stretch
2017-03-30 15:40:00 -04:00
parent f6ea09e581
commit 3ed3e93b25
16 changed files with 18 additions and 18 deletions

View File

@@ -97,5 +97,5 @@
{% endblock %}
{% block javascript %}
<script src="{% static 'js/secrets.js' %}"></script>
<script src="{% static 'js/secrets.js' %}?v{{ settings.VERSION }}"></script>
{% endblock %}