aboutsummaryrefslogtreecommitdiff
path: root/templates/admin_groups.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_groups.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_groups.html')
-rw-r--r--templates/admin_groups.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_groups.html b/templates/admin_groups.html
index b52dd92..f6eabfe 100644
--- a/templates/admin_groups.html
+++ b/templates/admin_groups.html
@@ -22,7 +22,7 @@
{{$group.GetAttributeValue $root.GroupNameAttr}}
</a>
</td>
- <td>{{$group.GetAttributeValue "displayname"}}</td>
+ <td>{{$group.GetAttributeValue "description"}}</td>
</tr>
{{end}}
{{end}}