From a151cc1612531044e338ab14b91c619998b67d53 Mon Sep 17 00:00:00 2001 From: Shivam Date: Mon, 7 Nov 2022 14:06:46 +0530 Subject: [PATCH 1/2] max 50 entries --- .../emp/templates/emp/degree_form.html | 2 +- .../emp/templates/emp/discipline_form.html | 2 +- .../emp/templates/emp/domain_form.html | 2 +- .../emp/templates/emp/employer_list.html | 2 +- .../emp/templates/emp/job_app_status_list.html | 2 +- .../emp/templates/emp/jobtype_form.html | 2 +- .../employer_recommendation_system/settings.py | 2 +- .../events/templates/events/event_list.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) 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/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 @@