diff options
Diffstat (limited to 'app/views/request/_classify.rhtml')
-rw-r--r-- | app/views/request/_classify.rhtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/request/_classify.rhtml b/app/views/request/_classify.rhtml index 167cb0d90..f48c53f3d 100644 --- a/app/views/request/_classify.rhtml +++ b/app/views/request/_classify.rhtml @@ -1,4 +1,4 @@ -<% form_for(:incoming_message, @info_request ) do |f| %> +<% form_for(:incoming_message, @info_request) do |f| %> <h2>Got what you wanted?</h2> <p>Does this response contain any of the information that you requested?</p> <p> @@ -9,6 +9,7 @@ <label for="incoming_message_contains_information_false">No, this response does not contain any of the information.</label> </p> + <%= hidden_field_tag 'submitted_classify', 1 %> <%= submit_tag "Update" %> <p> |