File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
prefix_finder/frontend/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
18
18
<!-- Styles -->
19
19
< link rel ="stylesheet " href ="https://fonts.googleapis.com/icon?family=Material+Icons ">
20
- < link rel ="stylesheet " href ="{% static 'css/selectize.css'%} ">
20
+ < link rel ="stylesheet " href ="{% static 'css/selectize.css'%}?version=2 ">
21
21
< link rel ="stylesheet " href ="{% static 'css/main.css'%}?version=3 ">
22
22
{% get_favicons prefix="favicons/" %}
23
23
</ head >
37
37
<!-- Scripts -->
38
38
< script src ="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js "> </ script >
39
39
< script src ="{% static 'js/progress-bar.js'%} "> </ script >
40
- < script src ="{% static 'js/selectize.min.js'%} "> </ script >
40
+ < script src ="{% static 'js/selectize.min.js'%}?version=2 "> </ script >
41
41
< script src ="{% static 'js/main.js'%}?version=2 "> </ script >
42
42
43
43
{% if piwik.url and piwik.site_id %}
You can’t perform that action at this time.
0 commit comments