diff options
author | Jayaram Pai | 2014-01-28 13:07:00 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-01-28 13:07:00 +0530 |
commit | 45ee2992b4ec72c62d5ce69611589521e16d0366 (patch) | |
tree | e4a8c330a164a1a5e465779e2cc6fb5e8d5f0b0b /static/website/templates/index.html | |
parent | 48651995510170223ca5dcc1f304226e9b705a66 (diff) | |
download | FOSSEE-Forum-45ee2992b4ec72c62d5ce69611589521e16d0366.tar.gz FOSSEE-Forum-45ee2992b4ec72c62d5ce69611589521e16d0366.tar.bz2 FOSSEE-Forum-45ee2992b4ec72c62d5ce69611589521e16d0366.zip |
increased pagination trigger: index.html
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r-- | static/website/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |