diff --git a/NorahUniversity/__pycache__/urls.cpython-312.pyc b/NorahUniversity/__pycache__/urls.cpython-312.pyc index b2d58f6..483cfbe 100644 Binary files a/NorahUniversity/__pycache__/urls.cpython-312.pyc and b/NorahUniversity/__pycache__/urls.cpython-312.pyc differ diff --git a/NorahUniversity/urls.py b/NorahUniversity/urls.py index 555b9ce..ae9308a 100644 --- a/NorahUniversity/urls.py +++ b/NorahUniversity/urls.py @@ -28,7 +28,7 @@ urlpatterns = [ path('application//apply/', views.application_detail, name='application_detail'), path('application//signup/', views.candidate_signup, name='candidate_signup'), path('application//success/', views.application_success, name='application_success'), - path('application/applicant/profile', views.applicant_profile, name='applicant_profile'), + # path('application/applicant/profile', views.applicant_profile, name='applicant_profile'), path('api/templates/', views.list_form_templates, name='list_form_templates'), path('api/templates/save/', views.save_form_template, name='save_form_template'), diff --git a/recruitment/__pycache__/urls.cpython-312.pyc b/recruitment/__pycache__/urls.cpython-312.pyc index 4afb170..ce51983 100644 Binary files a/recruitment/__pycache__/urls.cpython-312.pyc and b/recruitment/__pycache__/urls.cpython-312.pyc differ diff --git a/recruitment/__pycache__/views.cpython-312.pyc b/recruitment/__pycache__/views.cpython-312.pyc index e95788d..e57b975 100644 Binary files a/recruitment/__pycache__/views.cpython-312.pyc and b/recruitment/__pycache__/views.cpython-312.pyc differ diff --git a/recruitment/views.py b/recruitment/views.py index 9db131b..ba422ff 100644 --- a/recruitment/views.py +++ b/recruitment/views.py @@ -1268,8 +1268,8 @@ def application_submit_form(request, template_slug): ) -def applicant_profile(request): - return render(request, "applicant/applicant_profile.html") +# def applicant_profile(request): +# return render(request, "applicant/applicant_profile.html") @csrf_exempt diff --git a/templates/applicant/partials/candidate_facing_base.html b/templates/applicant/partials/candidate_facing_base.html index 785d21c..b2e1c1b 100644 --- a/templates/applicant/partials/candidate_facing_base.html +++ b/templates/applicant/partials/candidate_facing_base.html @@ -323,7 +323,7 @@ {% translate "Applications" %} {% endcomment %}