Skip to content
Snippets Groups Projects
Commit 24ccf16d authored by Julian Rother's avatar Julian Rother
Browse files

Invalidate cache for changed style.css

parent bdd28846
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="{{url_for('static', filename='bootstrap/bootstrap.css')}}" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{{url_for('static', filename='style.css')}}">
<link rel="stylesheet" type="text/css" href="{{url_for('static', filename='style.css', v='bdd2884')}}">
<link rel="stylesheet" href="{{url_for('static', filename='font-awesome/css/all.css')}}">
<link rel="stylesheet" type="text/css" href="{{url_for('static', filename='videojs/video-js.css', v='d042c96')}}">
<link rel="stylesheet" type="text/css" href="{{url_for('static', filename='videojs/videojs.markers.css', v='d042c96')}}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment