Removed unnecessary role in form.
This commit is contained in:
parent
9397d19380
commit
bf07fcf06a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue