mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-04 15:26:48 +00:00
Update forms.py
This commit is contained in:
parent
f97b6f3da2
commit
b06c35b7dd
1 changed files with 0 additions and 1 deletions
|
@ -77,4 +77,3 @@ class ReadThroughForm(CustomForm):
|
||||||
class Meta:
|
class Meta:
|
||||||
model = models.ReadThrough
|
model = models.ReadThrough
|
||||||
fields = ["user", "book", "start_date", "finish_date", "stopped_date"]
|
fields = ["user", "book", "start_date", "finish_date", "stopped_date"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue