This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ class JobListView(LoginRequiredMixin, ListView):
|
||||
model = JobPosting
|
||||
template_name = "jobs/list.html"
|
||||
context_object_name = "jobs"
|
||||
paginate_by = 30
|
||||
paginate_by = 20
|
||||
|
||||
VALID_RECOMMENDATIONS = {
|
||||
ScoreRun.Recommendation.STRONG,
|
||||
|
||||
Reference in New Issue
Block a user