Commit bf07fcf0 authored by Patricio Cano's avatar Patricio Cano

Removed unnecessary role in form.

parent 9397d193
......@@ -2,7 +2,7 @@
.login-heading
%h3 Sign up
.login-body
= form_for(resource, as: resource_name, url: registration_path(resource_name), role: 'form') do |f|
= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f|
.devise-errors
= devise_error_messages!
%div
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment