summaryrefslogtreecommitdiffstats
path: root/core/forms.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-26 02:10:45 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-26 02:10:45 +0100
commit72fa8a5883a12e73402a4d4fda74a7b27faba49d (patch)
treeac2ff9507a36152a0b2a73e88878acbd568dda01 /core/forms.py
parenta656ada67a5b7ff81634f0adcb553de295d624f4 (diff)
downloadtroggle-72fa8a5883a12e73402a4d4fda74a7b27faba49d.tar.gz
troggle-72fa8a5883a12e73402a4d4fda74a7b27faba49d.tar.bz2
troggle-72fa8a5883a12e73402a4d4fda74a7b27faba49d.zip
Making entrances work for pending caves
Diffstat (limited to 'core/forms.py')
-rw-r--r--core/forms.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/forms.py b/core/forms.py
index 907f6ce..42ed0e0 100644
--- a/core/forms.py
+++ b/core/forms.py
@@ -54,10 +54,10 @@ class CaveForm(ModelForm):
self._errors["url"] = self.error_class(["This field cannot start with a /."])
return self.cleaned_data
-class VersionControlCommentForm(forms.Form):
- '''Was appended to all forms. Not used currently
- '''
- description_of_change = forms.CharField(required = True, widget=forms.Textarea(attrs={'rows':2}))
+# class VersionControlCommentForm(forms.Form):
+ # '''Was appended to all forms. Not used currently
+ # '''
+ # description_of_change = forms.CharField(required = True, widget=forms.Textarea(attrs={'rows':2}))
class EntranceForm(ModelForm):