forked from expo/troggle
Up to 1.6.11 on stretch. New manage.py. Some tidying
This commit is contained in:
@@ -62,7 +62,7 @@ class EntranceForm(ModelForm):
|
||||
|
||||
|
||||
|
||||
CaveAndEntranceFormSet = modelformset_factory(CaveAndEntrance, exclude=('cave'))
|
||||
CaveAndEntranceFormSet = modelformset_factory(CaveAndEntrance, exclude=('cave',))
|
||||
|
||||
class EntranceLetterForm(ModelForm):
|
||||
class Meta:
|
||||
|
||||
Reference in New Issue
Block a user