diff --git a/frontend/app/views/spree/checkout/registration.html.erb b/frontend/app/views/spree/checkout/registration.html.erb deleted file mode 100644 index 507f3477160..00000000000 --- a/frontend/app/views/spree/checkout/registration.html.erb +++ /dev/null @@ -1,20 +0,0 @@ -<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @user } %> -
- <%= f.label :email, Spree.t(:email) %>
- <%= f.email_field :email, :class => 'title' %>
-
<%= f.submit Spree.t(:continue), :class => 'button primary' %>
- <% end %> -