Remove nested exception for stats and added property on AnonymusUser

This commit is contained in:
2016-09-27 16:56:30 +02:00
parent f7722ed564
commit 3c408551aa
2 changed files with 12 additions and 6 deletions

View File

@ -423,6 +423,14 @@ class AnonymousUser(AuthAnonymousUser):
def is_root(self):
return False
@property
def is_board_member(self):
return False
@property
def is_launderette_manager(self):
return False
def is_in_group(self, group_name):
"""
The anonymous user is only the public group