From 9e6f5bd3ef014e7b31ec86ac4354e71255b10550 Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Sun, 28 Jun 2026 10:24:43 -0700 Subject: [PATCH] update information + styles --- config.py | 2 +- templates/privacy.html | 6 +++--- templates/support.html | 2 +- templates/terms.html | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config.py b/config.py index 7126217..f9233f3 100644 --- a/config.py +++ b/config.py @@ -9,7 +9,7 @@ DATA_PATH = BASE_DIR / "data" / "entries.csv" DEFAULT_DATABASE_URL = f"sqlite:///{BASE_DIR / 'data' / 'boker-dev.sqlite3'}" ELIGIBLE_MIN_SESSIONS = 3 -APP_VERSION = "2.5.21" +APP_VERSION = "2.5.23" def load_local_env(env_path: Path) -> None: diff --git a/templates/privacy.html b/templates/privacy.html index 120d5a3..8bc883b 100644 --- a/templates/privacy.html +++ b/templates/privacy.html @@ -7,13 +7,13 @@