From 2f22d627fad0fde5ce5d4395bdea04f2d76d6496 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 10 Jul 2021 23:14:36 +1000 Subject: [PATCH] Use right sticky for version --- changedetection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetection.py b/changedetection.py index e03ef6f2c..bd959dc3f 100755 --- a/changedetection.py +++ b/changedetection.py @@ -60,7 +60,7 @@ def main(argv): @app.context_processor def inject_version(): - return dict(version=datastore.data['version_tag'], + return dict(right_sticky="v{}".format(datastore.data['version_tag']), new_version_available=app.config['NEW_VERSION_AVAILABLE'], has_password=datastore.data['settings']['application']['password'] != False )