guichet/templates/invite_invalid_code.html

12 lines
228 B
HTML
Raw Normal View History

2020-02-14 20:58:34 +00:00
{{define "title"}}Créer un compte |{{end}}
{{define "body"}}
<div class="d-flex">
2023-07-21 14:18:40 +00:00
<h2>Création d'un nouveau compte</h2>
2020-02-14 20:58:34 +00:00
</div>
<div class="alert alert-danger mt-4">
Code d'invitation invalide.
</div>
{{end}}