Adds content warning field in status forms

This commit is contained in:
Mouse Reeve
2020-12-16 20:10:50 -08:00
parent 0d42b9cf8f
commit 172c36b641
5 changed files with 36 additions and 12 deletions

View File

@ -54,7 +54,7 @@ class Comment(Note):
class Review(Comment):
''' a full book review '''
name: str
rating: int
rating: int = None
type: str = 'Review'