diff options
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}} |