Refactoring into admin.go activate
This commit is contained in:
parent
240626aab4
commit
61c7d96cc8
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
{{define "title"}}Activer des utilisateurs |{{end}}
|
{{define "title"}}Activer des utilisateurs |{{end}}
|
||||||
|
|
||||||
|
{{define "body"}}
|
||||||
<table class="table mt-4">
|
<table class="table mt-4">
|
||||||
<thead>
|
<thead>
|
||||||
<th scope="col">Identifiant</th>
|
<th scope="col">Identifiant</th>
|
||||||
|
@ -23,3 +24,4 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
{{end}}
|
Loading…
Reference in a new issue