diff --git a/app/views/admin/poll/polls/_search_questions_results.html.erb b/app/views/admin/poll/polls/_search_questions_results.html.erb
index 27dcbb652..12bc25a85 100644
--- a/app/views/admin/poll/polls/_search_questions_results.html.erb
+++ b/app/views/admin/poll/polls/_search_questions_results.html.erb
@@ -11,7 +11,6 @@
@@ -21,9 +20,6 @@
<%= t("admin.polls.show.table_name") %>
- <%= t("admin.polls.show.table_summary") %>
<%= t("admin.polls.show.table_assignment") %>
<%= t("admin.questions.new.valid_answers_note") %>
<%= f.text_field :valid_answers, label: false %> - - <%= f.text_area :summary, rows: 4, maxlength: 200 %> -
- <%= t("admin.questions.show.summary") %>
-
- <%= @question.summary %>
-
<%= t("admin.questions.show.description") %>
diff --git a/app/views/polls/questions/show.html.erb b/app/views/polls/questions/show.html.erb
index f743d89a9..52b8e3774 100644
--- a/app/views/polls/questions/show.html.erb
+++ b/app/views/polls/questions/show.html.erb
@@ -12,8 +12,6 @@
<%= link_to t('poll_questions.show.original_proposal'), @question.proposal %>
<%= @question.summary %>