aboutsummaryrefslogtreecommitdiff
path: root/views/paginate.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/paginate.html')
-rw-r--r--views/paginate.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/paginate.html b/views/paginate.html
index 72f3156..08e2773 100644
--- a/views/paginate.html
+++ b/views/paginate.html
@@ -6,7 +6,7 @@
<span class="inactive">&larr; prev</span>
% end
<span class="sep">|</span>
-% if nelem >= max_per_page:
+% if more:
<a href="{{offset + 1}}.html">next &rarr;</a>
% else:
<span class="inactive">next &rarr;</span>