generalize usage of the paginate_jinja macro

This commit is contained in:
thomas girod
2024-09-25 14:35:13 +02:00
parent 6449724ed5
commit 1800785b80
11 changed files with 25 additions and 15 deletions

View File

@ -53,6 +53,7 @@
{% endfor %}
</tbody>
</table>
{# TODO: Replace this pagination by an Alpine pagination #}
<script type="text/javascript">
function formPagination(link){
$("form").attr("action", link.href);