projects
/
pgcommitfest2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ba8853
)
Sync list of field names
author
Magnus Hagander
<magnus@hagander.net>
Sun, 18 Aug 2013 14:40:45 +0000
(16:40 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 18 Aug 2013 14:40:45 +0000
(16:40 +0200)
pgcommitfest/commitfest/forms.py
patch
|
blob
|
blame
|
history
diff --git
a/pgcommitfest/commitfest/forms.py
b/pgcommitfest/commitfest/forms.py
index 8f2e33cab2431f74744212eb9cffec16edbb44b4..af7ed990a42078d17eeaaa0c4c3597044d51a842 100644
(file)
--- 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: