diff --git a/app/views/welcome/contest.html.erb b/app/views/welcome/contest.html.erb index ab79eeec7..6233063a3 100644 --- a/app/views/welcome/contest.html.erb +++ b/app/views/welcome/contest.html.erb @@ -178,9 +178,9 @@ <% if User.current.logged? %> - <% unless User.current.user_extensions.identity == 1 %> + <%# unless User.current.user_extensions.identity == 1 %> <%= link_to(l(:label_newtype_contest), new_contest_contests_path, :class => 'icon icon-add') %> - <% end %> + <%# end %> <% end %>