04/29 Modified page footer, update year automatically

This commit is contained in:
2026-04-29 15:53:21 -04:00
parent 96a343f284
commit 87fd3bc568
2 changed files with 203 additions and 225 deletions
+1
View File
@@ -153,6 +153,7 @@ def create_app() -> Flask:
return {
'COMPANY_NAME': os.environ.get('COMPANY_NAME', 'QR Code Management System'),
'THEME_NAME': os.environ.get('THEME_NAME', ''),
'CURRENT_YEAR': datetime.utcnow().year,
}
@app.context_processor