diff --git a/app/core/settings.py b/app/core/settings.py index 4d1d3ed..833f65c 100644 --- a/app/core/settings.py +++ b/app/core/settings.py @@ -121,8 +121,8 @@ GRAMPS_USERNAME = os.environ.get("GRAMPS_USERNAME", "") GRAMPS_PASSWORD = os.environ.get("GRAMPS_PASSWORD", "") # Session Configuration -SESSION_COOKIE_NAME = os.environ.get("SESSION_COOKIE_NAME", "stiftung_sessionid") -CSRF_COOKIE_NAME = os.environ.get("CSRF_COOKIE_NAME", "stiftung_csrftoken") +SESSION_COOKIE_NAME = os.environ.get("SESSION_COOKIE_NAME") or "stiftung_sessionid" +CSRF_COOKIE_NAME = os.environ.get("CSRF_COOKIE_NAME") or "stiftung_csrftoken" # HTTPS Security Settings (production) if not DEBUG: diff --git a/app/templates/stiftung/destinataer_detail.html b/app/templates/stiftung/destinataer_detail.html index 7afe50f..928b16f 100644 --- a/app/templates/stiftung/destinataer_detail.html +++ b/app/templates/stiftung/destinataer_detail.html @@ -14,8 +14,8 @@ Destinatär: {{ destinataer.get_full_name }}
- - Neue Förderung + + Neue Unterstützung