From 833044686481e04075d3f82aeeec8bae585b648d Mon Sep 17 00:00:00 2001 From: Faheed Date: Wed, 29 Oct 2025 02:56:24 +0300 Subject: [PATCH] small fix --- .../linkedin_service.cpython-312.pyc | Bin 12067 -> 12067 bytes templates/jobs/job_detail.html | 3 +-- templates/jobs/job_list.html | 6 +++--- templates/participants/participants_list.html | 4 ++-- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/recruitment/__pycache__/linkedin_service.cpython-312.pyc b/recruitment/__pycache__/linkedin_service.cpython-312.pyc index 7875609da8184188ab8e384a0044253f8317cbe9..5f13015508f535e1a1fd6062966d0c7f09b5ece0 100644 GIT binary patch delta 21 bcmZ1+w>XaHG%qg~0}wn8Va(jfBd!ksMYIK? delta 21 bcmZ1+w>XaHG%qg~0}!lB_@A+nM_eBON>2uM 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 %}