Skip to content
Snippets Groups Projects
Commit 3b3d234d authored by Alexa Valentová's avatar Alexa Valentová
Browse files

run hooks

parent d98ab60b
No related branches found
No related tags found
2 merge requests!1208Release,!1204Release
Pipeline #20352 passed
This commit is part of merge request !1204. Comments created here will be created in the context of that merge request.
...@@ -420,7 +420,7 @@ class MainCareersPage( ...@@ -420,7 +420,7 @@ class MainCareersPage(
def get_context(self, request, *args, **kwargs) -> dict: def get_context(self, request, *args, **kwargs) -> dict:
context = super().get_context(request, *args, **kwargs) context = super().get_context(request, *args, **kwargs)
context["show_closed"] = (request.GET.get("show_closed", "false") == "true") context["show_closed"] = request.GET.get("show_closed", "false") == "true"
return context return context
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment