From 8eb49e53e03bc17958386984f64b08f092598739 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Thu, 20 Feb 2014 15:00:49 +0530 Subject: increased pagination limit to 25 --- static/website/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/website/templates') diff --git a/static/website/templates/index.html b/static/website/templates/index.html index 8cb69e4..d543b2b 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -79,7 +79,7 @@ {% endfor %} - {% if total > 20 %} + {% if total > 25 %}