diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-07-11 10:54:38 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-07-11 10:54:38 +0200 |
commit | 514201e6a139da70de17530ce05c5cc72e79d65f (patch) | |
tree | 375d023170c2a5829b516ea3c61de3e6b332695c | |
parent | 6ce7dd7625e0333c97f992692dbeb2aa0df726f4 (diff) |
templates: force CSS update to show oglive indicator
Increase CSS version to update CSS file in browser cache.
-rw-r--r-- | ogcp/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html index 3ad3b05..2b7c4e7 100644 --- a/ogcp/templates/base.html +++ b/ogcp/templates/base.html @@ -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> |