applicant profile page url
This commit is contained in:
parent
fcc74dbac2
commit
88d1726721
Binary file not shown.
@ -28,7 +28,7 @@ urlpatterns = [
|
||||
path('application/<slug:slug>/apply/', views.application_detail, name='application_detail'),
|
||||
path('application/<slug:slug>/signup/', views.candidate_signup, name='candidate_signup'),
|
||||
path('application/<slug:slug>/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'),
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
||||
@ -323,7 +323,7 @@
|
||||
<a class="nav-link text-secondary" href="{% url 'applicant_profile' %}">{% translate "Applications" %}</a>
|
||||
</li> {% endcomment %}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-secondary" href="{% url 'applicant_profile' %}">{% translate "Profile" %}</a>
|
||||
<a class="nav-link text-secondary" href="{% url 'candidate_portal_dashboard' %}">{% translate "Profile" %}</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-secondary" href="{% url 'kaauh_career' %}">{% translate "Careers" %}</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user