diff --git a/opentech/apply/review/views.py b/opentech/apply/review/views.py index 7f6c05f7a5dbb6e8ec093acba4905e794abf5159..052c2e5d14821d14c1ec6b5fef9821624e19501f 100644 --- a/opentech/apply/review/views.py +++ b/opentech/apply/review/views.py @@ -122,7 +122,6 @@ class ReviewDisplay(DetailView): opinion_choices.append(button_dict) context['opinion_choices'] = opinion_choices - context['form'] = ReviewOpinionForm() return context def dispatch(self, request, *args, **kwargs):