summaryrefslogtreecommitdiff
path: root/templates/comments
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2024-02-26 15:40:55 -0600
committerHombreLaser <sebastian-440@live.com>2024-02-26 15:40:55 -0600
commit9e38502edec81c47a54641186d888f191ed999f0 (patch)
treeca24af8b32148d1792250fff1b9d41b5ceb78c7b /templates/comments
parentadb6f7e9e73716e58529d96540f204e5e0825179 (diff)
Add pagination handling
Diffstat (limited to 'templates/comments')
-rw-r--r--templates/comments/index.jinja2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/comments/index.jinja b/templates/comments/index.jinja
index 217ddb3..ebf1e4e 100644
--- a/templates/comments/index.jinja
+++ b/templates/comments/index.jinja
@@ -28,5 +28,5 @@
</section>
</div>
{% endfor %}
- {{ pagination.render_pagination(page, 'comments.index') }}
+ {{ pagination.render_pagination(page) }}
</div>