summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'pgcommitfest/commitfest/forms.py')
-rw-r--r--pgcommitfest/commitfest/forms.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/forms.py b/pgcommitfest/commitfest/forms.py
index 8f2e33c..af7ed99 100644
--- a/pgcommitfest/commitfest/forms.py
+++ b/pgcommitfest/commitfest/forms.py
@@ -86,7 +86,10 @@ class CommentForm(forms.Form):
self.fields['responseto'].choices = _fetch_thread_choices(patch)
if not is_review:
- del self.fields['reviewtype']
+ del self.fields['review_installcheck']
+ del self.fields['review_implements']
+ del self.fields['review_spec']
+ del self.fields['review_doc']
def clean_responseto(self):
try: