Converts create readthrough to modal
This commit is contained in:
@ -478,3 +478,8 @@ class SortListForm(forms.Form):
|
||||
("descending", _("Descending")),
|
||||
),
|
||||
)
|
||||
|
||||
class ReadThroughForm(CustomForm):
|
||||
class Meta:
|
||||
model = models.ReadThrough
|
||||
fields = ["user", "book", "start_date", "finish_date"]
|
||||
|
Reference in New Issue
Block a user