diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-09-25 15:57:59 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-09-25 15:57:59 +0200 |
commit | be97a1be587f42a4688825244b025b06172c442a (patch) | |
tree | 95dbaba0d39451efd3ae084e219b6df726d9dc11 /templates/profile.html | |
parent | c06f52837e5b4aab5335e5a66885c48c24a148a2 (diff) | |
download | guichet-be97a1be587f42a4688825244b025b06172c442a.tar.gz guichet-be97a1be587f42a4688825244b025b06172c442a.zip |
fix some templates
Diffstat (limited to 'templates/profile.html')
-rw-r--r-- | templates/profile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/profile.html b/templates/profile.html index 56461eb..17965a6 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -20,7 +20,7 @@ <div class="form-row"> <div class="form-group col-md-6"> <label>Identifiant:</label> - <input type="text" disabled="true" class="form-control" value="{{ .Status.Info.Username }}" /> + <input type="text" disabled="true" class="form-control" value="{{ .User.Login.Info.Username }}" /> </div> <div class="form-group col-md-6"> <label for="mail">Adresse e-mail:</label> |