From 3590b6d57da21772bc03657058b5f973e7cd0863 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 22 Feb 2011 14:51:40 +0100 Subject: the a bit --- coip/extensions/templatetags/permdisplay.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'coip/extensions') diff --git a/coip/extensions/templatetags/permdisplay.py b/coip/extensions/templatetags/permdisplay.py index 364544e..23e6ed3 100644 --- a/coip/extensions/templatetags/permdisplay.py +++ b/coip/extensions/templatetags/permdisplay.py @@ -12,7 +12,8 @@ perms = {'r':'read', 'w':'write', 'd':'delete', 'i':'manage members', - 'l':'list members'} + 'l':'list members', + 'a':'manage rights'} def permdisplay(perm): if perm: @@ -32,7 +33,7 @@ def acldstdisplay(dst): else: return "Unknown user \"%s\"" % username else: - return "Members of %s" % (dst.display,dst.id,dst.short) + return "Members of %s" % (dst.display,dst.id,dst.short) acldstdisplay.is_safe = True -- cgit v1.1