diff --git a/app/views/legislation/proposals/_form.html.erb b/app/views/legislation/proposals/_form.html.erb index 495a78190..23c61a671 100644 --- a/app/views/legislation/proposals/_form.html.erb +++ b/app/views/legislation/proposals/_form.html.erb @@ -11,17 +11,6 @@ <%= f.invisible_captcha :subtitle %> -
- <%= t("proposals.form.proposal_question_example_html") %> -
- <%= f.text_field :question, maxlength: Legislation::Proposal.question_max_length, - placeholder: t("proposals.form.proposal_question"), - label: false, - aria: {describedby: "question-help-text"} %> -<%= t("proposals.form.proposal_summary_note") %>
@@ -42,11 +31,6 @@ aria: {describedby: "video-url-help-text"} %><%= t("proposals.form.proposal_responsible_name_note") %>
- <%= f.text_field :responsible_name, placeholder: t("proposals.form.proposal_responsible_name"), label: false, - aria: {describedby: "responsible-name-help-text"} %> -