summaryrefslogtreecommitdiffstats
path: root/core/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/forms.py')
-rw-r--r--core/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/forms.py b/core/forms.py
index 1c2c299..ffeaa11 100644
--- a/core/forms.py
+++ b/core/forms.py
@@ -185,7 +185,7 @@ class EntranceForm(ModelForm):
model = Entrance
exclude = (
"cached_primary_slug",
- "filename",
+ "filename"
)
def clean(self):