diff options
author | Jayaram Pai | 2014-02-20 15:00:49 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-02-20 15:00:49 +0530 |
commit | 8eb49e53e03bc17958386984f64b08f092598739 (patch) | |
tree | 6d978d75e556e020ab0ce2c7d354506c882f8801 /static/website/templates | |
parent | f26f41ba9be39c604168d14b5617b6be8042d7f7 (diff) | |
download | FOSSEE-Forum-8eb49e53e03bc17958386984f64b08f092598739.tar.gz FOSSEE-Forum-8eb49e53e03bc17958386984f64b08f092598739.tar.bz2 FOSSEE-Forum-8eb49e53e03bc17958386984f64b08f092598739.zip |
increased pagination limit to 25
Diffstat (limited to 'static/website/templates')
-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 8cb69e4..d543b2b 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -79,7 +79,7 @@ {% endfor %} </table> - {% if total > 20 %} + {% if total > 25 %} <ul class="pagination pull-right"> {% for i in total|get_range:"0,10" %} <li> |