diff --git a/app/views/test/index.html.erb b/app/views/test/index.html.erb --- a/app/views/test/index.html.erb +++ b/app/views/test/index.html.erb @@ -40,7 +40,7 @@ <% if GraderConfiguration.show_submitbox_to?(@user) and GraderConfiguration.allow_test_request(@user) %>
<%= error_messages_for 'submitted_test_request' %> - <% form_for :test_request, nil, + <%= form_for :test_request, nil, :url => { :action => 'submit'}, :html => { :multipart => true } do |f| %>