Refactoring into admin.go activate

This commit is contained in:
Chris Mann 2023-07-21 06:58:43 +02:00
parent 240626aab4
commit 61c7d96cc8

View file

@ -1,5 +1,6 @@
{{define "title"}}Activer des utilisateurs |{{end}}
{{define "body"}}
<table class="table mt-4">
<thead>
<th scope="col">Identifiant</th>
@ -22,4 +23,5 @@
{{end}}
{{end}}
</tbody>
</table>
</table>
{{end}}