diff --git a/onboarding/templates/onboarding/onboarding_view.html b/onboarding/templates/onboarding/onboarding_view.html index d4a5458ca..b7bb2c999 100644 --- a/onboarding/templates/onboarding/onboarding_view.html +++ b/onboarding/templates/onboarding/onboarding_view.html @@ -122,7 +122,7 @@ {% else %} - {% if request.GET.closed %} + {% if request.GET.closed == 'true' %}
diff --git a/recruitment/templates/pipeline/pipeline_empty.html b/recruitment/templates/pipeline/pipeline_empty.html
index 812e5a56e..97a3e5d14 100644
--- a/recruitment/templates/pipeline/pipeline_empty.html
+++ b/recruitment/templates/pipeline/pipeline_empty.html
@@ -90,7 +90,7 @@ class="oh-wrapper-main"
- {% if request.GET.closed %}
+ {% if request.GET.closed == 'true' %}