programs: Fix pagination

This commit is contained in:
Eragon 2023-09-26 21:16:32 +02:00
parent 25f63b4648
commit 2d1695e1ee
Signed by: Eragon
GPG Key ID: 087126EBFC725006
1 changed files with 2 additions and 2 deletions

View File

@ -55,11 +55,11 @@
{% endcall %}
{% endif %}
{{ widget_pagination.paginate(comments, 'program_view', p) }}
{{ widget_pagination.paginate(comments, 'program_view', p, {}) }}
{{ widget_thread.thread(comments.items, p.thread.top_comment) }}
{{ widget_pagination.paginate(comments, 'program_view', p) }}
{{ widget_pagination.paginate(comments, 'program_view', p, {}) }}
{% if p.thread.locked %}