diff --git a/recruitment/__pycache__/linkedin_service.cpython-312.pyc b/recruitment/__pycache__/linkedin_service.cpython-312.pyc index 7875609..5f13015 100644 Binary files a/recruitment/__pycache__/linkedin_service.cpython-312.pyc and b/recruitment/__pycache__/linkedin_service.cpython-312.pyc differ diff --git a/templates/jobs/job_detail.html b/templates/jobs/job_detail.html index 36ac548..0bf304c 100644 --- a/templates/jobs/job_detail.html +++ b/templates/jobs/job_detail.html @@ -358,8 +358,7 @@ {% endif %} - Create Participant - + diff --git a/templates/jobs/job_list.html b/templates/jobs/job_list.html index c9fbb45..f102ae3 100644 --- a/templates/jobs/job_list.html +++ b/templates/jobs/job_list.html @@ -327,9 +327,9 @@ {# CANDIDATE MANAGEMENT DATA - URLS NEUTRALIZED #} {% if job.all_candidates.count %}{{ job.all_candidates.count }}{% else %}-{% endif %} {% if job.screening_candidates.count %}{{ job.screening_candidates.count }}{% else %}-{% endif %} - {% if job.exam_candidates.count %}{{ job.exam_candidates.count }}{% else %}-{% endif %} - {% if job.interview_candidates.count %}{{ job.interview_candidates.count }}{% else %}-{% endif %} - {% if job.offer_candidates.count %}{{ job.offer_candidates.count }}{% else %}-{% endif %} + {% if job.exam_candidates.count %}{{ job.exam_candidates.count }}{% else %}-{% endif %} + {% if job.interview_candidates.count %}{{ job.interview_candidates.count }}{% else %}-{% endif %} + {% if job.offer_candidates.count %}{{ job.offer_candidates.count }}{% else %}-{% endif %} {% endfor %} diff --git a/templates/participants/participants_list.html b/templates/participants/participants_list.html index 547567d..e955f0b 100644 --- a/templates/participants/participants_list.html +++ b/templates/participants/participants_list.html @@ -142,11 +142,11 @@

{% trans "Participants List" %}

- {% comment %} {% if user.is_staff %} + {% if user.is_staff %} {% trans "Add New Participant" %} - {% endif %} {% endcomment %} + {% endif %}