Make search stay active during page changes

This commit is contained in:
2023-06-09 23:24:30 +02:00
parent 1c56dd44f9
commit 3d263ca27c
5 changed files with 17 additions and 9 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' %}
{% include 'paginator.html' with paginator=components get_param='comp_page' aria_label='Component Page Navigation' additional_params=additional_get_params %}
</div>
</div>
</div>