pedagogy: basic display list of UV

This commit is contained in:
2019-06-15 23:31:31 +02:00
parent 5bf5d0277c
commit ec33311715
6 changed files with 58 additions and 3 deletions

View File

@ -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