Small fixes (#196)

This commit is contained in:
Thomas Miceli
2024-01-04 04:44:56 +01:00
parent 7c1d6e8bfd
commit d85917bfb2
20 changed files with 41 additions and 27 deletions

View File

@ -5,7 +5,7 @@
{{ define "admin_footer" }}
{{ if .urlPage }}
<div class="flex mt-4 justify-center space-x-2">
{{ template "pagination" . }}
{{ template "_pagination" . }}
</div>
{{ end }}
</main>