From 151a31a4250cde38d8a66f2bfc8390f8132dc552 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 14 Feb 2020 21:58:34 +0100 Subject: Invitation mechanism with codes etc --- templates/invite_send_code.html | 62 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 templates/invite_send_code.html (limited to 'templates/invite_send_code.html') diff --git a/templates/invite_send_code.html b/templates/invite_send_code.html new file mode 100644 index 0000000..8d09b3a --- /dev/null +++ b/templates/invite_send_code.html @@ -0,0 +1,62 @@ +{{define "title"}}Envoyer un code d'invitation |{{end}} + +{{define "body"}} +
+

Envoyer un code d'invitation

+ Retour +
+ + {{if .ErrorMessage}} +
Impossible de génerer ou d'envoyer le code. +
{{ .ErrorMessage }}
+
+ {{end}} + {{if .Success}} +
+ {{if .CodeSentTo}} + Un code d'invitation a bien été envoyé à {{ .CodeSentTo }}. + {{end}} + {{if .CodeDisplay}} + Le code généré est le suivant: + +

+ {{ .CodeDisplay }} +

+

+ {{.WebBaseAddress}}/invitation/{{.CodeDisplay}} +

+ {{end}} +
+ {{else}} +
+ Choisissez une option: + +
+
+
+ +
+
+ +
+ +
+
+
+ +
+
+ + +
+ +
+ +
+
+ {{end}} +{{end}} -- cgit v1.2.3