guichet/templates/invite_invalid_code.html

13 lines
282 B
HTML

{{define "title"}}Créer un compte |{{end}}
{{define "body"}}
<div class="d-flex">
<h4>Création d'un nouveau compte</h4>
<a class="ml-auto btn btn-info" href="/">Retour</a>
</div>
<div class="alert alert-danger mt-4">
Code d'invitation invalide.
</div>
{{end}}