handles list privacy in display
This commit is contained in:
parent
69c2b192a4
commit
d73a1b4ec1
7 changed files with 79 additions and 58 deletions
|
@ -11,7 +11,7 @@ from . import fields
|
|||
CurationType = models.TextChoices('Curation', [
|
||||
'closed',
|
||||
'open',
|
||||
'moderated',
|
||||
'curated',
|
||||
])
|
||||
|
||||
class List(OrderedCollectionMixin, BookWyrmModel):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue