Gul You hit the nail right on the head...thanks a bunch.....

On Dec 5, 10:52 am, "Marty Alchin" <[EMAIL PROTECTED]> wrote:
> I doubt the problem is with base.html itself, but there might still be
> a mismatch of block names.
>
> contact.html is expecting the following blocks to be defined in base.html:
>
> * fulltitle
> * header
> * extrahead
> * content-wrap
>
> While thankyou.html is expecting the following blocks instead:
>
> * billboard
> * title
> * header
> * content
>
> My guess is that your base.html probably has "title" and "content" but
> not the rest of them. Try changing the contact.html so "fulltitle"
> becomes "title" and "content-wrap" becomes "content".
>
> -Gul
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to