fix: broken matmat pagination

This commit is contained in:
imperosol
2026-09-20 22:26:27 +02:00
parent bd02425b54
commit 44071f91f6
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
{% endfor %}
</div>
{% if page_obj.has_other_pages() %}
{{ paginate_htmx(page_obj, paginator) }}
{{ paginate_htmx(request, page_obj, paginator) }}
{% endif %}
<hr>
{% endif %}