Commit bf07fcf0 authored by Patricio Cano's avatar Patricio Cano

Removed unnecessary role in form.

parent 9397d193
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.login-heading .login-heading
%h3 Sign up %h3 Sign up
.login-body .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-errors
= devise_error_messages! = devise_error_messages!
%div %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