mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Fixed a typo. Thanks @peritus.
This commit is contained in:
parent
6596e191f0
commit
efd0206da1
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ def pristine(func):
|
|||
class Develop(Settings):
|
||||
|
||||
@pristine
|
||||
USER_CHECK(user):
|
||||
def USER_CHECK(user):
|
||||
return user.check_perms()
|
||||
|
||||
GROUP_CHECK = pristine(lambda user: user.has_group_access())
|
||||
|
|
|
|||
Loading…
Reference in a new issue