aboutsummaryrefslogtreecommitdiff
path: root/templates/home.html
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-10 15:26:02 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-10 15:26:02 +0100
commite2e8a443ae0d5dbc72e4a5914af0cb3dad5e2a0b (patch)
tree634813b813e10cb387bd77846a83f44d2f8dea5d /templates/home.html
parent61a76f624decd9d9ef3afadaf584d46fe56e0817 (diff)
downloadguichet-e2e8a443ae0d5dbc72e4a5914af0cb3dad5e2a0b.tar.gz
guichet-e2e8a443ae0d5dbc72e4a5914af0cb3dad5e2a0b.zip
Better tools for initial setup
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 011dcc1..9a9773a 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -2,7 +2,7 @@
{{define "body"}}
<div class="alert alert-info">
- Bienvenue, <strong>{{ .Login.UserEntry.GetAttributeValue "givenname" }}</strong> !
+ Bienvenue, <strong>{{ .WelcomeName }}</strong> !
</div>
<div class="d-flex">
<a class="ml-auto btn btn-sm btn-dark" href="/logout">Se déconnecter</a>