From 6df493cfb9bb78a84959771b9db88bd60780e34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Wed, 27 Jun 2018 21:25:22 +0000 Subject: [PATCH] Display "gid: " --- users/templates/users/aff_listright.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/templates/users/aff_listright.html b/users/templates/users/aff_listright.html index c0c83c0b..37d13bd1 100644 --- a/users/templates/users/aff_listright.html +++ b/users/templates/users/aff_listright.html @@ -117,7 +117,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,

- {{right.name}} ({{ right.gid }}) + {{right.name}} (gid: {{ right.gid }})

{{ right.details }}