diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-09 19:56:01 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-09 19:56:01 +0100 |
commit | f929ca7297905e4233aa32fe2d80dd4cc3fcda30 (patch) | |
tree | 4cf59a71cef9c4126fda38cfa5735bcd8a693575 /templates/home.html | |
parent | 13222204392009e07382eecb908b7e6e01155ec4 (diff) | |
download | guichet-f929ca7297905e4233aa32fe2d80dd4cc3fcda30.tar.gz guichet-f929ca7297905e4233aa32fe2d80dd4cc3fcda30.zip |
Uniformize templates
Diffstat (limited to 'templates/home.html')
-rw-r--r-- | templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/home.html b/templates/home.html index 3f91e7b..b4012fd 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,7 +1,7 @@ {{define "title"}}{{end}} {{define "body"}} -<div class="alert alert-success"> +<div class="alert alert-info"> Bienvenue, <strong>{{ .Login.UserEntry.GetAttributeValue "givenname" }}</strong> ! </div> <div class="d-flex"> |