Re: Need help with extending admin templates

2006-12-20 Thread Nicolas E. Lara G.
I'm having the exact same problem. Don't know what might be going wrong. If anyone have any idea On Dec 2, 9:52 am, "Jim Fritchman" <[EMAIL PROTECTED]> wrote: I made the suggested change by adding the html extension to the extends but no luck. Does anyone else possible see what the problem is?

Re: Need help with extending admin templates

2006-12-02 Thread Jim Fritchman
I made the suggested change by adding the html extension to the extends but no luck. Does anyone else possible see what the problem is? Is there a way to step into this code as it executes? Thanks, Jim --~--~-~--~~~---~--~~ You received this message because yo

Re: Need help with extending admin templates

2006-12-01 Thread Xian
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/ad