Update progress with comments

This commit is contained in:
Mouse Reeve
2021-03-20 17:34:58 -07:00
parent 942c4a6664
commit daa0268eb3
5 changed files with 41 additions and 3 deletions

View File

@ -76,7 +76,7 @@ class ReviewForm(CustomForm):
class CommentForm(CustomForm):
class Meta:
model = models.Comment
fields = ["user", "book", "content", "content_warning", "sensitive", "privacy"]
fields = ["user", "book", "content", "content_warning", "sensitive", "privacy", "progress", "mode"]
class QuotationForm(CustomForm):