修改tag名称 perm_total -> perm_count

pull/6/head
guanghongwei 2015-01-24 14:50:21 +08:00
parent aa7e8c0ed4
commit 3f0e8fcc2d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ def bool2str(value):
else:
return u''
@register.filter(name='perm_count ')
@register.filter(name='perm_count')
def perm_count(user_id):
user = User.objects.get(int(user_id))
return user.permission_set.all().count()