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 %> -
- <%= f.label :question, t("proposals.form.proposal_question") %> -

- <%= 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"} %> -
-
<%= f.label :summary, t("proposals.form.proposal_summary") %>

<%= t("proposals.form.proposal_summary_note") %>

@@ -42,11 +31,6 @@ aria: {describedby: "video-url-help-text"} %>
-
- <%= f.label :external_url, t("proposals.form.proposal_external_url") %> - <%= f.text_field :external_url, placeholder: t("proposals.form.proposal_external_url"), label: false %> -
-
<%= render 'documents/nested_documents', documentable: @proposal, f: f %>
@@ -74,15 +58,6 @@ aria: {describedby: "tag-list-help-text"} %> - <% if current_user.unverified? %> -
- <%= f.label :responsible_name, t("proposals.form.proposal_responsible_name") %> -

<%= 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"} %> -
- <% end %> -
<% if @proposal.new_record? %> <%= f.label :terms_of_service do %>