Removes outdated code
This commit is contained in:
parent
0629fce171
commit
2f47284c77
2 changed files with 1 additions and 5 deletions
|
@ -219,7 +219,7 @@ class CoverForm(CustomForm):
|
|||
class FileLinkForm(CustomForm):
|
||||
class Meta:
|
||||
model = models.FileLink
|
||||
exclude = ["remote_id"]
|
||||
exclude = ["remote_id", "filetype"]
|
||||
|
||||
|
||||
class EditionForm(CustomForm):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue