diff --git a/itou/templates/job_seekers_views/list.html b/itou/templates/job_seekers_views/list.html index de367cb2c29..aa29c9aa1fc 100644 --- a/itou/templates/job_seekers_views/list.html +++ b/itou/templates/job_seekers_views/list.html @@ -4,6 +4,7 @@ {% load static %} {% load str_filters %} {% load format_filters %} +{% load url_add_query %} {% block title %}Candidats {{ block.super }}{% endblock %} @@ -11,6 +12,11 @@