diff options
author | MrArmonius <mrarmonius@gmail.com> | 2021-07-30 00:04:17 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-08-16 12:54:08 +0200 |
commit | a2a484daba1ef42d82f596a989caf203ee9a370f (patch) | |
tree | a3ec45738fa59448dd99d6dd5e69172f18043e90 /templates/directory.html | |
parent | 0ca6a159b215967a6d13b9bad5c008983e032c3f (diff) | |
download | guichet-a2a484daba1ef42d82f596a989caf203ee9a370f.tar.gz guichet-a2a484daba1ef42d82f596a989caf203ee9a370f.zip |
Add profile image front-end and back-end
Correct when empty result
The image showed when the result was empty. Now if the `dn == ""` then we
write in the column image just `""`
Diffstat (limited to 'templates/directory.html')
-rw-r--r-- | templates/directory.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/directory.html b/templates/directory.html index e91354d..f9bad61 100644 --- a/templates/directory.html +++ b/templates/directory.html @@ -19,6 +19,7 @@ <table class="table mt-4"> <thead> + <th scope="col">Profil image</th> <th scope="col">Identifiant</th> <th scope="col">Nom complet</th> <th scope="col">Email</th> |