File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pgcommitfest/commitfest/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
< head >
5
5
< title > {{title|default:'Commitfest' }}</ title >
6
6
< link rel ="stylesheet " href ="/media/commitfest/css/jquery-ui.css " type ="text/css ">
7
- < link rel ="stylesheet " href ="/media/commitfest/css/bootstrap.css " />
7
+ < link rel ="stylesheet " href ="/media/commitfest/css/bootstrap.css?v=5.3.7 " />
8
8
< link rel ="stylesheet " href ="/media/commitfest/css/bootstrap-icons.css " />
9
9
< link rel ="stylesheet " href ="/media/commitfest/css/selectize.bootstrap5.css " />
10
10
< link rel ="stylesheet " href ="/media/commitfest/css/commitfest.css?{% static_file_param %} " />
@@ -109,7 +109,7 @@ <h1>{{title}}</h1>
109
109
</ div >
110
110
< script src ="/media/commitfest/js/jquery.js "> </ script >
111
111
< script src ="/media/commitfest/js/jquery-ui.js "> </ script >
112
- < script src ="/media/commitfest/js/bootstrap.js "> </ script >
112
+ < script src ="/media/commitfest/js/bootstrap.js?v=5.3.7 "> </ script >
113
113
< script src ="/media/commitfest/js/selectize.min.js "> </ script >
114
114
< script src ="/media/commitfest/js/commitfest.js?{% static_file_param %} "> </ script >
115
115
{%block morescript%}{%endblock%}
You can’t perform that action at this time.
0 commit comments