This commit is contained in:
Ross
2021-02-17 22:49:47 +00:00
parent ff1c050247
commit 31f2e65fb8
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class LongSeriesForm(ModelForm):
class Meta:
model = LongSeries
exclude = []
exclude = ["author"]
class LongForm(ModelForm):