mirror of https://git.48k.eu/ogcp
templates: force CSS update to show oglive indicator
Increase CSS version to update CSS file in browser cache.master
parent
6ce7dd7625
commit
514201e6a1
|
@ -10,7 +10,7 @@
|
|||
<link rel="stylesheet" href="{{ url_for('static', filename='AdminLTE/plugins/fontawesome-free/css/all.min.css') }}">
|
||||
<!-- Theme style -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='AdminLTE/dist/css/adminlte.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/soleta.css') }}?v=3" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/soleta.css') }}?v=4" />
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue