I am using
https://launchpad.net/django-openid-auth for openid! this is pretty amazing to a lot of extent..
This app provides /openid/login url where users need to signin! this template is very basic and I want to make some changes in it..
Probably, I want to include this in my home page..
I can possibly create django_openid_auth/templates/login.html in my django project and overwrite it.. but is that the right way? how exactly it should be done?
Besides I also want to include "Google", "Yahoo" icons to sign in via respective openids.