diff options
Diffstat (limited to 'lib/views/help/contact.html.erb')
-rw-r--r-- | lib/views/help/contact.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/views/help/contact.html.erb b/lib/views/help/contact.html.erb index 21e5349..2072d0c 100644 --- a/lib/views/help/contact.html.erb +++ b/lib/views/help/contact.html.erb @@ -93,7 +93,7 @@ <div class="form_button"> <%= hidden_field_tag(:submitted_contact_form, 1) %> - <%= submit_tag "Send message to the charity", :disable_with => "Sending..." %> + <%= submit_tag "Send message to the charity", :data => { :disable_with => "Sending..." } %> <-- we run this site, not the Government! </div> |