diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-07-26 03:22:37 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-07-26 03:22:37 +0100 |
commit | 69b843a824a8367b2a5f99447185482ffb920661 (patch) | |
tree | f82b90ab451ef32a2ac92e14daee66921efcc59f /core/forms.py | |
parent | 924c5a3bf8469e8b0c7deed3dabc4a583f1f2e08 (diff) | |
download | troggle-69b843a824a8367b2a5f99447185482ffb920661.tar.gz troggle-69b843a824a8367b2a5f99447185482ffb920661.tar.bz2 troggle-69b843a824a8367b2a5f99447185482ffb920661.zip |
Removing editLogbookEntry capability
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 |