Hi. I'm posting here because I can't find a solution to my problem and maybe you can help me.
I'm using OpenEDX Ginkgo on a native installation. I've setup comprehensive theming and I'm using the embedded "
edge.edx.org" theme. I wanted to modify the default login page (which I believe is "login.html") on the LMS part, so I've copied it from the generic templates directory to the theme directory.
I've edited it the way I want (actually I want people to only use OAuth so basically the only thing I did was removing the form and the attached javascript code), and I started the theme compilation using "paver update_assets lms --settings=aws --debug" and restarted the LMS. But it doesn't seem to work, the login page isn't modified. I tried to do the same with "registration-form.html", but I get the same result
Modifying the generic template doesn't work either. I'm pretty sure I'm missing something but I can't find what. Can anyone help me on this?