diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-12 15:54:17 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-12 15:54:17 +0100 |
commit | b3d6854d82143ef62234a408ada01d4035c19b20 (patch) | |
tree | 2c901af5519971166b3bcd6d4fb2a299bef1c0cc /templates/admin_groups.html | |
parent | 3fbbe61a460b8d5415b61de505b4ac1ab8692b25 (diff) | |
download | guichet-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.html | 2 |
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}} |