Hi list, I have successfully extended a custom model's template following the instructions in the djangobook, but I tried to do the same with a built-in template (edit user form) by adding {% extends "admin/change_form.html" %}to a file called change_form.html ... my custom profile template is /templates/admin/test/myuserprofile/change_form.htmlI *thought* since the url pattern was similar for the edit user page, I could just put the same form in another folder like one of these: /templates/admin/test/auth/change_form.htmlbut none of those seem to work. I checked the documentation (still looking...). Am I missing something obvious? Thanks, Aaron --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
- Extend single admin template Aaron Fay
- Re: Extend single admin template Aaron Fay