Skip to content

Commit

Permalink
fixed signup form
Browse files Browse the repository at this point in the history
  • Loading branch information
hukl committed Nov 20, 2011
1 parent d5857fb commit 53937f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/devise/registrations/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<%= form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f| %>
<%= devise_error_messages! %>

<p><%= f.label :email %><br />
<%= f.email_field :email %></p>
<p><%= f.label :username %><br />
<%= f.email_field :username %></p>

<p><%= f.label :password %><br />
<%= f.password_field :password %></p>
Expand Down

0 comments on commit 53937f6

Please sign in to comment.