Updates models

This commit is contained in:
Mouse Reeve
2022-01-09 14:21:13 -08:00
parent bae01e1ea5
commit 63075a6fe9
5 changed files with 110 additions and 45 deletions

View File

@ -219,7 +219,7 @@ class CoverForm(CustomForm):
class FileLinkForm(CustomForm):
class Meta:
model = models.FileLink
exclude = ["remote_id"]
fields = ["url", "filetype", "book"]
class EditionForm(CustomForm):