The right way is to open django_openid_auth source and copy the contents of its templates folder into your own templates directory and then edit from your templates directory.
I wrote about this recently: http://tundebabzy.blogspot.com/2013/04/overriding-templates-from-django-apps.html Sent from my Windows Phone ------------------------------ From: surya Sent: 4/27/2013 6:11 AM To: [email protected] Subject: How to edit django_openid_auth login template 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. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

