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 @@ -35,7 +35,7 @@ } -<% if Configuration.show_submitbox_to?(@user) %> +<% if Configuration.show_submitbox_to?(@user) and Configuration.allow_test_request(@user) %>
<%= error_messages_for 'submitted_test_request' %> <% form_for :test_request, nil,