From df594c4d7eb1980b699ee9063bd013a5b330aa8e Mon Sep 17 00:00:00 2001 From: Erin Mullaney <erin.mullaney@torchbox.com> Date: Mon, 18 Feb 2019 10:13:04 -0500 Subject: [PATCH] #960 we don't actually need the form in the display view because we use html buttons --- opentech/apply/review/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opentech/apply/review/views.py b/opentech/apply/review/views.py index 7f6c05f7a..052c2e5d1 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): -- GitLab