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 2cf5ce04dd
commit 24b4127743
16 changed files with 18 additions and 18 deletions

View File

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