diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-09 17:47:36 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-09 17:47:36 +0100 |
commit | 826a27854a758f9245411ac95622f947c9a069c7 (patch) | |
tree | eabd118a37f728b4db2a83a45e7eccf4631ddbe1 | |
parent | 27a411fe69cd3d8f669acb76b56d2390efc86deb (diff) | |
download | guichet-826a27854a758f9245411ac95622f947c9a069c7.tar.gz guichet-826a27854a758f9245411ac95622f947c9a069c7.zip |
Appearance tweak
-rw-r--r-- | templates/home.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/home.html b/templates/home.html index 563e30a..d55b45f 100644 --- a/templates/home.html +++ b/templates/home.html @@ -2,11 +2,12 @@ {{define "body"}} <div class="alert alert-success"> - <div class="d-flex"> - <span>Bienvenue, <strong>{{ .UserEntry.GetAttributeValue "givenname" }}</strong> !</span> - <a class="ml-auto btn btn-sm btn-dark" href="/logout">Se déconnecter</a> - </div> + Bienvenue, <strong>{{ .UserEntry.GetAttributeValue "givenname" }}</strong> ! +</div> +<div class="d-flex"> + <a class="ml-auto btn btn-sm btn-dark" href="/logout">Se déconnecter</a> </div> +<div class="mt-3"></div> <div class="card"> <div class="card-header"> |