aboutsummaryrefslogblamecommitdiff
path: root/templates/invite_invalid_code.html
blob: 107afab9414dedc692876b72087755617de09473 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                     
{{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}}