Update forms.py

This commit is contained in:
Mouse Reeve 2022-10-14 12:06:54 -07:00 committed by GitHub
parent f97b6f3da2
commit b06c35b7dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,4 +77,3 @@ class ReadThroughForm(CustomForm):
class Meta:
model = models.ReadThrough
fields = ["user", "book", "start_date", "finish_date", "stopped_date"]