From 8117e9b8779eeba45399162be03bc2aab7580ca7 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 8 Sep 2010 00:46:04 -0500 Subject: Paginate the news list view This view was getting huge with ~500 items on it, and most people are not really interested in seeing every single news item. Use the drop in pagination and add some controls that still allow browsing to any page of the list. Signed-off-by: Dan McGee --- templates/news/paginator.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 templates/news/paginator.html (limited to 'templates/news/paginator.html') diff --git a/templates/news/paginator.html b/templates/news/paginator.html new file mode 100644 index 00000000..fbd0546b --- /dev/null +++ b/templates/news/paginator.html @@ -0,0 +1,22 @@ +{% if is_paginated %} + +{% endif %} -- cgit v1.2.3-55-g3dc8