From 60faec75c5c6896e79ced78e9368920bd061aa46 Mon Sep 17 00:00:00 2001 From: Tudor Amariei Date: Wed, 4 Dec 2024 12:47:42 +0200 Subject: [PATCH] Remove pagination from the winners' list --- backend/hub/templates/hub/candidate/results.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/hub/templates/hub/candidate/results.html b/backend/hub/templates/hub/candidate/results.html index 7af24c6..512f82d 100644 --- a/backend/hub/templates/hub/candidate/results.html +++ b/backend/hub/templates/hub/candidate/results.html @@ -81,8 +81,6 @@ {% endfor %} - {% include "hub/shared/pagination.html" with page_obj=page_obj domain=current_domain %} - {% endif %}