diff --git a/config.py b/config.py index 2cf8a04..c0ca6b3 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.18" +APP_VERSION = "2.5.19" def load_local_env(env_path: Path) -> None: diff --git a/templates/account_settings.html b/templates/account_settings.html index e205e82..fb4eddc 100644 --- a/templates/account_settings.html +++ b/templates/account_settings.html @@ -80,7 +80,8 @@