aboutsummaryrefslogtreecommitdiff
path: root/templates/invite_invalid_code.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/invite_invalid_code.html')
-rw-r--r--templates/invite_invalid_code.html12
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}}