diff options
Diffstat (limited to 'core/forms.py')
-rw-r--r-- | core/forms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/forms.py b/core/forms.py index a7b000f..7816014 100644 --- a/core/forms.py +++ b/core/forms.py @@ -73,6 +73,7 @@ class EntranceLetterForm(ModelForm): model = CaveAndEntrance exclude = ('cave', 'entrance') +#This was all commneted out by Martin Green in 2012 ! #class PersonForm(ModelForm): # class Meta: # model = Person |