diff --git a/employer_recommendation_system/emp/templates/emp/degree_form.html b/employer_recommendation_system/emp/templates/emp/degree_form.html index 6a73118b..41ca15a4 100644 --- a/employer_recommendation_system/emp/templates/emp/degree_form.html +++ b/employer_recommendation_system/emp/templates/emp/degree_form.html @@ -68,7 +68,7 @@ {% block js %} diff --git a/employer_recommendation_system/emp/templates/emp/discipline_form.html b/employer_recommendation_system/emp/templates/emp/discipline_form.html index 3ea49603..e084301f 100644 --- a/employer_recommendation_system/emp/templates/emp/discipline_form.html +++ b/employer_recommendation_system/emp/templates/emp/discipline_form.html @@ -67,7 +67,7 @@ {% block js %} diff --git a/employer_recommendation_system/emp/templates/emp/domain_form.html b/employer_recommendation_system/emp/templates/emp/domain_form.html index e8f5a1b5..14997c8c 100644 --- a/employer_recommendation_system/emp/templates/emp/domain_form.html +++ b/employer_recommendation_system/emp/templates/emp/domain_form.html @@ -67,7 +67,7 @@ {% block js %} diff --git a/employer_recommendation_system/emp/templates/emp/employer_list.html b/employer_recommendation_system/emp/templates/emp/employer_list.html index 2d3d0301..e6aa2bb5 100644 --- a/employer_recommendation_system/emp/templates/emp/employer_list.html +++ b/employer_recommendation_system/emp/templates/emp/employer_list.html @@ -125,7 +125,7 @@ diff --git a/employer_recommendation_system/emp/templates/emp/jobtype_form.html b/employer_recommendation_system/emp/templates/emp/jobtype_form.html index c3842176..bdaa6619 100644 --- a/employer_recommendation_system/emp/templates/emp/jobtype_form.html +++ b/employer_recommendation_system/emp/templates/emp/jobtype_form.html @@ -67,7 +67,7 @@ {% block js %} diff --git a/employer_recommendation_system/emp/templates/emp/student_list.html b/employer_recommendation_system/emp/templates/emp/student_list.html index 84f80b9f..df4dfde4 100644 --- a/employer_recommendation_system/emp/templates/emp/student_list.html +++ b/employer_recommendation_system/emp/templates/emp/student_list.html @@ -45,10 +45,8 @@ Sr. No - User Id (Spoken) Full Name Email - Profile Update Date Notified on: @@ -56,10 +54,8 @@ {% for student in object_list %} {{forloop.counter}} - {{student.spk_usr_id}} {{student.user.get_full_name | title}} {{ student.user.email }} - {{ student.profile_update_date }} {% if student.notified_date %} {{student.notified_date}} diff --git a/employer_recommendation_system/employer_recommendation_system/settings.py b/employer_recommendation_system/employer_recommendation_system/settings.py index b01b0e24..1ad40840 100644 --- a/employer_recommendation_system/employer_recommendation_system/settings.py +++ b/employer_recommendation_system/employer_recommendation_system/settings.py @@ -9,7 +9,7 @@ For the full list of settings and their values, see https://docs.djangoproject.com/en/3.1/ref/settings/ """ -from .config import * +from config import * from pathlib import Path import os from django.contrib.messages import constants as messages diff --git a/employer_recommendation_system/events/templates/events/event_list.html b/employer_recommendation_system/events/templates/events/event_list.html index 4baaae1d..0a4df990 100644 --- a/employer_recommendation_system/events/templates/events/event_list.html +++ b/employer_recommendation_system/events/templates/events/event_list.html @@ -121,7 +121,7 @@