diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/new.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index 89bc10917..18f719264 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -13,7 +13,7 @@ <%= foi_error_messages_for :info_request, :outgoing_message %> -<% form_for(:info_request, @info_request, :html => { :id => 'writeForm' } ) do |f| %> +<% form_for(:info_request, @info_request, :html => { :id => 'write_form' } ) do |f| %> <div id="request_advice"> <h1>Read this before writing your Freedom of Information request</h1> |