From dc9799a7f2c5771b770a8d3d825fff6cf5e78d58 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 7 Oct 2024 10:58:00 -0500 Subject: Generalise pagination and paginate phenotypes Generalise the code generating table pagination UI, and use it to paginate the list of phenotypes. --- uploader/phenotypes/views.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'uploader/phenotypes') diff --git a/uploader/phenotypes/views.py b/uploader/phenotypes/views.py index 63e0b84..47fbd51 100644 --- a/uploader/phenotypes/views.py +++ b/uploader/phenotypes/views.py @@ -170,6 +170,8 @@ def view_dataset(# pylint: disable=[unused-argument] offset=start_at, limit=count), start=start_at+1), + start_from=start_at, + count=count, activelink="view-dataset") -- cgit v1.2.3