On Dec 1, 11:27 pm, "Jim Fritchman" <[EMAIL PROTECTED]> wrote: > {%extends 'admin/change_form' %} > > {% block branding %} Customised title {% endblock %} > {% block after_field_sets %} Some interesting information after the > field sets {% endblock %} > > and saved it in the file > /templates/admin/wagdogs/person/change_form.html
It sounds like your template is getting picked up, but you need to specifiy the entire file name with extension in your extends tag. Like this: {% extends "admin/change_form.html" %} That is exactly how I did it in one of my projects. I am new to Django, but IIRC the both overridable admin templates, and the necessity to specify the full filename in extends are both new post Magic Removal. Ver. 0.95 or trunk. Hope that helps --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---