Implement Paginated search using a mixin

This commit is contained in:
2023-06-09 23:40:30 +02:00
parent 3d263ca27c
commit 8636c513b7
4 changed files with 18 additions and 17 deletions

View File

@@ -66,7 +66,7 @@
</a>
{% endfor %}
</div>
{% include 'paginator.html' with paginator=components get_param='comp_page' aria_label='Component Page Navigation' additional_params=additional_get_params %}
{% include 'paginator.html' with paginator=components get_param='comp_page' aria_label='Component Page Navigation' %}
</div>
</div>
</div>