aboutsummaryrefslogtreecommitdiff
path: root/templates/admin_ldap.html
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-12 15:54:17 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-12 15:54:17 +0100
commitb3d6854d82143ef62234a408ada01d4035c19b20 (patch)
tree2c901af5519971166b3bcd6d4fb2a299bef1c0cc /templates/admin_ldap.html
parent3fbbe61a460b8d5415b61de505b4ac1ab8692b25 (diff)
downloadguichet-b3d6854d82143ef62234a408ada01d4035c19b20.tar.gz
guichet-b3d6854d82143ef62234a408ada01d4035c19b20.zip
Use more appropriate `description` instead of `displayname` for everything except users
Diffstat (limited to 'templates/admin_ldap.html')
-rw-r--r--templates/admin_ldap.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin_ldap.html b/templates/admin_ldap.html
index 188652b..7b274dc 100644
--- a/templates/admin_ldap.html
+++ b/templates/admin_ldap.html
@@ -30,7 +30,7 @@
{{.Identifier}}
</a>
</td>
- <td>{{.DisplayName}}</td>
+ <td>{{.Name}}</td>
</tr>
{{end}}
</tbody>
@@ -125,7 +125,7 @@
{{range .Members}}
<div class="row mt-4">
<div class="col-md-3">
- <strong>{{.DisplayName}}</strong>
+ <strong>{{.Name}}</strong>
</div>
<div class="col-md-5">
<a href="/admin/ldap/{{.DN}}">{{.DN}}</a>
@@ -162,7 +162,7 @@
{{range .Groups}}
<div class="row mt-4">
<div class="col-md-3">
- <strong>{{.DisplayName}}</strong>
+ <strong>{{.Name}}</strong>
</div>
<div class="col-md-5">
<a href="/admin/ldap/{{.DN}}">{{.DN}}</a>