diff --git a/core/models.py b/core/models.py index 6474faba..c3685eea 100644 --- a/core/models.py +++ b/core/models.py @@ -389,6 +389,10 @@ class AnonymousUser(AuthAnonymousUser): def subscribed(self): return False + @property + def is_root(self): + return False + def is_in_group(self, group_name): """ The anonymous user is only the public group