+
Oops, something went wrong! Please check the errors below.
+
+ <% end %>
+
+ <%= label f, :username %>
+ <%= text_input f, :username %>
+ <%= error_tag f, :username %>
+
+ <%= label f, :password %>
+ <%= password_input f, :password %>
+ <%= error_tag f, :password %>
+
+