diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-15 10:29:46 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-15 10:29:46 +0100 |
commit | e1b5980f27ef60f0e655930d810138b6e2cd2752 (patch) | |
tree | e81073efda736e070a2e39df1bb5c0db79def8aa /templates/invite_send_code.html | |
parent | 193e28cf0086a4b4a1f6d562c42b7c22b6e34561 (diff) | |
download | guichet-e1b5980f27ef60f0e655930d810138b6e2cd2752.tar.gz guichet-e1b5980f27ef60f0e655930d810138b6e2cd2752.zip |
Use Argon2 hash function
Diffstat (limited to 'templates/invite_send_code.html')
-rw-r--r-- | templates/invite_send_code.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/templates/invite_send_code.html b/templates/invite_send_code.html index 6894142..5c823d8 100644 --- a/templates/invite_send_code.html +++ b/templates/invite_send_code.html @@ -17,12 +17,9 @@ Un code d'invitation a bien été envoyé à <code>{{ .CodeSentTo }}</code>. {{end}} {{if .CodeDisplay}} - Le code généré est le suivant: + Lien d'invitation : - <p style="text-align: center; font-size: 1.6em;" class="mt-4 mb-4"> - {{ .CodeDisplay }} - </p> - <p style="text-align: center" class="mt-4 mb-4"> + <p style="text-align: center; font-size: 1.4em" class="mt-4 mb-4"> <a href="{{.WebBaseAddress}}/invitation/{{ .CodeDisplay }}">{{.WebBaseAddress}}/invitation/{{.CodeDisplay}}</a> </p> {{end}} |