From e1dcc065c68e6c40ce35022877410413a1c76f1d Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Mon, 17 Jul 2023 18:24:08 -0400 Subject: [PATCH] Didn't realize the change was that this was commented out. Corrected. --- app/views/application/_contact.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/application/_contact.html.haml b/app/views/application/_contact.html.haml index b944096..473b9b9 100644 --- a/app/views/application/_contact.html.haml +++ b/app/views/application/_contact.html.haml @@ -1,6 +1,6 @@ -- contact_reason ||= nil -- locale ||= nil -= form_tag (locale.present? ? contact_send_url : url_for_locale(locale, contact_send_path)), class: 'contact-form' do +-#- contact_reason ||= nil +-#- locale ||= nil +-#= form_tag (locale.present? ? contact_send_url : url_for_locale(locale, contact_send_path)), class: 'contact-form' do = emailfield :email, nil, big: true, required: true unless logged_in? - if contact_reason.present? = hidden_field_tag :reason, contact_reason