Hi list! I've got a problem: settings.py: TEMPLATE_DIRS = ( '/home/kai/Projekte/kaikuehne/templates' )
home.html: {% extends "/blog/base" %} I get the following error: "Template '/blog/base' cannot be extended, because it doesn't exist" But, the file does exist: $ ls -l /home/kai/Projekte/kaikuehne/templates/blog/base.html -rw-r--r-- 1 kai kai 1109 2006-12-09 19:19 /home/kai/Projekte/kaikuehne/templates/blog/base.html Did I make a mistake? What's wrong here? Thank you :) Kai PS: Both base.html and home.html are stored in the same folder. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---