From 86c74b22ded6ec0769f9f430e06c310c69eaf113 Mon Sep 17 00:00:00 2001 From: klmp200 Date: Sun, 26 Feb 2017 17:35:01 +0100 Subject: [PATCH] Fix sas rights --- core/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/models.py b/core/models.py index b5480cc4..92e65a85 100644 --- a/core/models.py +++ b/core/models.py @@ -444,6 +444,7 @@ class AnonymousUser(AuthAnonymousUser): def __init__(self, request): super(AnonymousUser, self).__init__() + @property def was_subscribed(self): return False