summaryrefslogtreecommitdiffstats
path: root/core/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/forms.py')
-rw-r--r--core/forms.py1
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