templates: force CSS update to show oglive indicator

Increase CSS version to update CSS file in browser cache.
master
Alejandro Sirgo Rica 2024-07-11 10:54:38 +02:00
parent 6ce7dd7625
commit 514201e6a1
1 changed files with 1 additions and 1 deletions

View File

@ -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>