From 72fa8a5883a12e73402a4d4fda74a7b27faba49d Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 26 Apr 2021 02:10:45 +0100 Subject: Making entrances work for pending caves --- core/forms.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/forms.py') 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): -- cgit v1.2.3