New Year revamp #40

Merged
FrederikBaerentsen merged 31 commits from gregoo/BrickTracker:master into master 2025-01-19 08:19:01 +01:00
Showing only changes of commit 50ebc3877c - Show all commits

View File

@ -57,10 +57,10 @@ def admin() -> str:
open_theme = request.args.get('open_theme', None)
open_database = (
open_instructions is not None and
open_logout is not None and
open_logout is not None and
open_theme is not None
open_instructions is None and
open_logout is None and
open_retired is None and
open_theme is None
)
return render_template(