diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index b859cb1..6650c37 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -39,20 +39,6 @@ <%= f.password_field :password_confirmation %> - - - Invite Code - - - - - - - - - <%= t(:tos_agree) %> <%= link_to t(:tos), { :controller => 'pages', :action => 'terms' }, :target => '_blank' %>. - - <%= f.submit t(:create_account) %>