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

@@ -62,5 +62,5 @@
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="css/bootstrap-sortable.css" type="text/css" media="all"/>
<link rel="stylesheet" href="css/bootstrap-sortable.css?v={{ FF_VERSION }}" type="text/css" media="all"/>
{% endblock %}

View File

@@ -58,5 +58,5 @@
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="css/bootstrap-sortable.css" type="text/css" media="all"/>
<link rel="stylesheet" href="css/bootstrap-sortable.css?v={{ FF_VERSION }}" type="text/css" media="all"/>
{% endblock %}