On 10/22/07, DjangoFett <[EMAIL PROTECTED]> wrote: > > def Index( request ): > > t = loader.get_template( 'index.html' ) >
I think you want: t = loader.get_template( 'index_title.html' ) there. Your view code needs to specify the "extending" template you want to have rendered, not the base template being extended. Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---