This commit is contained in:
Ross
2021-02-04 21:11:28 +00:00
parent f6fdbfaf7f
commit 64699608be
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class LongAdminForm(ModelForm):
model = Long
fields = [
"site", "sign", "feedback", "author"
"history", "sign", "feedback", "author"
]