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

run hooks

parent d98ab60b
Branches
No related tags found
2 merge requests!1208Release,!1204Release
Pipeline #20352 passed
......@@ -420,7 +420,7 @@ class MainCareersPage(
def get_context(self, request, *args, **kwargs) -> dict:
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment