guichet/templates/invite_invalid_code.html
2023-07-21 16:18:40 +02:00

12 lines
228 B
HTML

{{define "title"}}Créer un compte |{{end}}
{{define "body"}}
<div class="d-flex">
<h2>Création d'un nouveau compte</h2>
</div>
<div class="alert alert-danger mt-4">
Code d'invitation invalide.
</div>
{{end}}