mirror of
https://github.com/ae-utbm/sith.git
synced 2026-09-21 19:54:23 +00:00
fix: broken matmat pagination
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user