revert testing changes

This commit is contained in:
albert
2011-11-18 18:09:23 -05:00
parent 46236e32a5
commit 1d4ce259a8
4 changed files with 10 additions and 7 deletions

View File

@@ -69,7 +69,6 @@
<%= f.input :password %>
<%= f.input :password_confirmation %>
<%= f.input :email, :required => false, :as => :email %>
<%= f.input :level, :collection => User.level_hash.to_a, :include_blank => false %>
<%= f.button :submit %>
<% end %>
</div>