I am trying to extend a template. My parent Template is in mysite/mytemplates/promotions/ and the child template is in mysite/mytemplates/polls/
I get the following error saying that the template cannot be found when I try:- {% extends "mytemplates/promotions/promotion_list.htm" %} The error reads:- In template c:/python24/lib/site-packages/django/bin/mysite/mytemplates\polls/index.html, error at line 1 Template 'mytemplates/promotions/promotion_list.html' cannot be extended, because it doesn't exist 1 It's strange that the error message is showing that the slash after mytemplates ichanges to a backslash from a forward slash. I'm wondering if I have something wrong with my setup because I've also noticed I can't run any javascripts - even though they seem to be installed in the right directory. That said, I have other templates (which are not child templates) which load fine within the promotions directory and the polls directory. MerMer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---