diff options
Diffstat (limited to 'static')
-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> |