From 8c13bccd876421206eed300a08dda32fafdf8c01 Mon Sep 17 00:00:00 2001 From: Faheed Date: Thu, 27 Nov 2025 18:14:53 +0300 Subject: [PATCH] small ui enhancement --- .env | 6 +++--- recruitment/urls.py | 2 +- .../partials/candidate_facing_base.html | 20 +++++++++++-------- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/.env b/.env index b9e2bf0..8d7fbd5 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ -DB_NAME=norahuniversity -DB_USER=norahuniversity -DB_PASSWORD=norahuniversity \ No newline at end of file +DB_NAME=haikal_db +DB_USER=faheed +DB_PASSWORD=Faheed@215 \ No newline at end of file diff --git a/recruitment/urls.py b/recruitment/urls.py index 36fdf30..07d06db 100644 --- a/recruitment/urls.py +++ b/recruitment/urls.py @@ -440,7 +440,7 @@ urlpatterns = [ name="applicant_portal_dashboard", ), path( - "applications/applications//", + "applications/application//", views.applicant_application_detail, name="applicant_application_detail", ), diff --git a/templates/applicant/partials/candidate_facing_base.html b/templates/applicant/partials/candidate_facing_base.html index 835db21..d0cc67c 100644 --- a/templates/applicant/partials/candidate_facing_base.html +++ b/templates/applicant/partials/candidate_facing_base.html @@ -322,21 +322,25 @@ {% comment %} {% endcomment %} - {% if request.user.user_type == 'candidate' and request.user.is_authenticated and request.user.profile_image.url %} - + + + + - {% endif %} - - + +