From 69b843a824a8367b2a5f99447185482ffb920661 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 26 Jul 2020 03:22:37 +0100 Subject: Removing editLogbookEntry capability --- core/forms.py | 1 + 1 file changed, 1 insertion(+) (limited to 'core/forms.py') 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 -- cgit v1.2.3