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
@@ -4,7 +4,7 @@
<%=t 'test.intro' %>
- <% if Configuration['contest.test_request.early_timeout'] %>
+ <% if GraderConfiguration['contest.test_request.early_timeout'] %>
<%=t 'test.disabled_at_end_announcement' %>
<% end %>
@@ -37,7 +37,7 @@
}
-<% if Configuration.show_submitbox_to?(@user) and Configuration.allow_test_request(@user) %>
+<% if GraderConfiguration.show_submitbox_to?(@user) and GraderConfiguration.allow_test_request(@user) %>
<%= error_messages_for 'submitted_test_request' %>
<% form_for :test_request, nil,