aboutsummaryrefslogtreecommitdiff
path: root/templates/home.html
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-14 21:58:34 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-14 21:58:34 +0100
commit151a31a4250cde38d8a66f2bfc8390f8132dc552 (patch)
tree5a5b775b4657e5d0ab44ac6f84e10b55d984bba2 /templates/home.html
parent768f2de9162bbf3fd0a1005554f3fd595818f1b3 (diff)
downloadguichet-151a31a4250cde38d8a66f2bfc8390f8132dc552.tar.gz
guichet-151a31a4250cde38d8a66f2bfc8390f8132dc552.zip
Invitation mechanism with codes etc
Diffstat (limited to 'templates/home.html')
-rw-r--r--templates/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/home.html b/templates/home.html
index 57d6930..5556ba7 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -2,7 +2,7 @@
{{define "body"}}
<div class="alert alert-info">
- Bienvenue, <strong>{{ .WelcomeName }}</strong> !
+ Bienvenue, <strong>{{ .Login.WelcomeName }}</strong> !
</div>
<div class="d-flex">
<a class="ml-auto btn btn-sm btn-dark" href="/logout">Se déconnecter</a>