Browse Source

Display "gid: "

set_password
Maël Kervella 8 years ago
parent
commit
6df493cfb9
  1. 2
      users/templates/users/aff_listright.html

2
users/templates/users/aff_listright.html

@ -117,7 +117,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</div>
<h4 class="{% if right.critical %}text-danger{% endif %}">
<i class="fa fa-address-book"></i>
{{right.name}} ({{ right.gid }})
{{right.name}} (gid: {{ right.gid }})
</h4>
{{ right.details }}
</div>

Loading…
Cancel
Save