Add FF version in CSS for easier updates [skip ci]

This commit is contained in:
James Cole
2017-09-27 08:49:59 +02:00
parent 3e39deec36
commit 97be088716
35 changed files with 75 additions and 75 deletions

View File

@@ -166,7 +166,7 @@
{% endblock %}
{% block styles %}
<link href="css/bootstrap-multiselect.css" rel="stylesheet" type="text/css"/>
<link href="css/bootstrap-multiselect.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css"/>
{% endblock %}
{% block scripts %}