Adds content warning field in status forms
This commit is contained in:
parent
0d42b9cf8f
commit
172c36b641
5 changed files with 36 additions and 12 deletions
|
@ -54,7 +54,7 @@ class Comment(Note):
|
|||
class Review(Comment):
|
||||
''' a full book review '''
|
||||
name: str
|
||||
rating: int
|
||||
rating: int = None
|
||||
type: str = 'Review'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue