diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2018-04-15 12:00:59 +0100 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2018-04-15 12:00:59 +0100 |
commit | 7877efba0a9c83f7ba34e6934ccc259177826ffc (patch) | |
tree | fdc91ca59763a09bb345fb38a07c38fecbb67cae /core | |
parent | cfa888fde655996a7075612aaa88188e169bb426 (diff) | |
download | troggle-7877efba0a9c83f7ba34e6934ccc259177826ffc.tar.gz troggle-7877efba0a9c83f7ba34e6934ccc259177826ffc.tar.bz2 troggle-7877efba0a9c83f7ba34e6934ccc259177826ffc.zip |
Up to 1.6.11 on stretch. New manage.py. Some tidying
Diffstat (limited to 'core')
-rw-r--r-- | core/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/forms.py b/core/forms.py index 4530b0e..5adb7a1 100644 --- a/core/forms.py +++ b/core/forms.py @@ -62,7 +62,7 @@ class EntranceForm(ModelForm): -CaveAndEntranceFormSet = modelformset_factory(CaveAndEntrance, exclude=('cave')) +CaveAndEntranceFormSet = modelformset_factory(CaveAndEntrance, exclude=('cave',)) class EntranceLetterForm(ModelForm): class Meta: |