fix: validate responsive Stitch cockpit

This commit is contained in:
Jens
2026-07-22 20:32:38 +02:00
parent 4acd81afb5
commit ee915742bf
15 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from apps.profiles.models import SearchProfile
def navigation_context(request: HttpRequest) -> dict[str, Any]:
context = {
"app_name": "VacatureRadar",
"app_version": "0.2.13",
"app_version": "0.3.0",
}
if request.user.is_authenticated:
context["navigation_profile"] = (