feat: refine transparent brand and widescreen shell
deploy / deploy (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-27 03:30:24 +02:00
parent f36af616a1
commit 695b553672
13 changed files with 102 additions and 37 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ def navigation_context(request: HttpRequest) -> dict[str, Any]:
}
context = {
"app_name": "VacatureRadar",
"app_version": "0.3.9",
"app_version": "0.3.11",
"app_owner_name": settings.VACATURERADAR_OWNER_NAME,
"page_context_label": page_contexts.get(route_key, "Persoonlijke cockpit"),
}