From 45ee2992b4ec72c62d5ce69611589521e16d0366 Mon Sep 17 00:00:00 2001
From: Jayaram Pai
Date: Tue, 28 Jan 2014 13:07:00 +0530
Subject: increased pagination trigger: index.html

---
 static/website/templates/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/website/templates/index.html b/static/website/templates/index.html
index 47ca53c..8cb69e4 100644
--- a/static/website/templates/index.html
+++ b/static/website/templates/index.html
@@ -79,7 +79,7 @@
     {% endfor %}
 
 </table>
-    {% if total > 10 %}
+    {% if total > 20 %}
         <ul class="pagination pull-right">
             {% for i in total|get_range:"0,10" %}
                 <li>
-- 
cgit