I want to customize/change html/css of the login page (~/Modules/Orchard.Users/Views/LogOn.cshtml).
I created a cshtml file under the themes folder (Themes - MyCustomTheme - Views - LogOn.cshtml) with the same name. This didn't work. How can I override the main LogOn.cshtml from my custom theme?
Edit:
If I enable shape tracer, this is what I see,
Active Template: ~/Modules/Orchard.Users/Views/LogOn.cshtml
Alternate (1): ~/Themes/SafeMode/Views/LogOn.cshtml
Thanks.