Skip to content
Snippets Groups Projects
Commit df594c4d authored by Erin Mullaney's avatar Erin Mullaney
Browse files

#960 we don't actually need the form in the display view because we use html buttons

parent 2aee2e22
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,6 @@ class ReviewDisplay(DetailView): ...@@ -122,7 +122,6 @@ class ReviewDisplay(DetailView):
opinion_choices.append(button_dict) opinion_choices.append(button_dict)
context['opinion_choices'] = opinion_choices context['opinion_choices'] = opinion_choices
context['form'] = ReviewOpinionForm()
return context return context
def dispatch(self, request, *args, **kwargs): def dispatch(self, request, *args, **kwargs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment