diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-14 21:58:34 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-14 21:58:34 +0100 |
commit | 151a31a4250cde38d8a66f2bfc8390f8132dc552 (patch) | |
tree | 5a5b775b4657e5d0ab44ac6f84e10b55d984bba2 /templates/invite_invalid_code.html | |
parent | 768f2de9162bbf3fd0a1005554f3fd595818f1b3 (diff) | |
download | guichet-151a31a4250cde38d8a66f2bfc8390f8132dc552.tar.gz guichet-151a31a4250cde38d8a66f2bfc8390f8132dc552.zip |
Invitation mechanism with codes etc
Diffstat (limited to 'templates/invite_invalid_code.html')
-rw-r--r-- | templates/invite_invalid_code.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/invite_invalid_code.html b/templates/invite_invalid_code.html new file mode 100644 index 0000000..107afab --- /dev/null +++ b/templates/invite_invalid_code.html @@ -0,0 +1,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}} |