[html] Add missing version cache-buster to some stylesheets.
parent
8562c2dbfb
commit
668c8c806b
|
|
@ -82,8 +82,10 @@
|
|||
href="{% static 'admin_interface/css/admin-interface.css' %}?v={{ version_md5_cache }}">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/admin-interface-fix.css' %}?v={{ version_md5_cache }}">
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'admin_interface/css/form-controls.css' %}">
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'admin_interface/css/language-chooser.css' %}">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/form-controls.css' %}?v={{ version_md5_cache }}">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/language-chooser.css' %}?v={{ version_md5_cache }}">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/list-filter-dropdown.css' %}?v={{ version_md5_cache }}">
|
||||
{% if not theme.recent_actions_visible %}
|
||||
|
|
@ -106,7 +108,8 @@
|
|||
href="{% static 'admin_interface/css/tinymce.css' %}?v={{ version_md5_cache }}"/>
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/json-widget.css' %}?v={{ version_md5_cache }}"/>
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'admin_interface/css/rtl.css' %}?v={{ version_md5_cache }}"/>
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/rtl.css' %}?v={{ version_md5_cache }}"/>
|
||||
|
||||
|
||||
{% if current_lang == 'fa' %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue