forked from 0x2620/pandora
typo
This commit is contained in:
parent
a19de36f3e
commit
5529ee0498
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ def parseCondition(condition, user, owner=None):
|
|||
if not owner:
|
||||
owner = user
|
||||
if k == 'user':
|
||||
v = ownder.username
|
||||
v = owner.username
|
||||
elif k == 'groups':
|
||||
q = Q(groups__in=owner.groups.all())
|
||||
if exclude:
|
||||
|
|
Loading…
Reference in a new issue