mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 12:29:24 +00:00
pedagogy: basic display list of UV
This commit is contained in:
@ -670,6 +670,10 @@ class AnonymousUser(AuthAnonymousUser):
|
||||
def was_subscribed(self):
|
||||
return False
|
||||
|
||||
@property
|
||||
def is_subscribed(self):
|
||||
return False
|
||||
|
||||
@property
|
||||
def subscribed(self):
|
||||
return False
|
||||
|
Reference in New Issue
Block a user