I\'m trying to get devise to display a different layout template from the defaults for certain aspects.
I have this working when the user goes to the login page, but I n
You don't need to handle the layouts by your self, just do:
rails generate devise:views
Then, look at devise folder at views folder, you will see all the forms you need to customize