diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
deleted file mode 100644
--- a/app/views/layouts/application.html.erb
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
- <%= GraderConfiguration['contest.name'] %>
- <%= stylesheet_link_tag "application", :media => "all" %>
- <%= javascript_include_tag "application" %>
- <%= csrf_meta_tags %>
- <%= content_for :header %>
- <%= yield :head %>
-
-
-
-
-
-<%= user_header %>
-
-
-<%= content_tag(:p,flash[:notice],:style => "color:green") if flash[:notice]!=nil %>
-
-<%= yield %>
-
-
-