Hi Christos, if you put
{% extends "somefile.html" %} in your template, Django expects to find it in one of the directories specified in your TEMPLATE_DIRS variable in settings.py. They are considered in the order they are written, so the base.html you are extending is the first you find in this sequence. Hope this helps, feel free to reply 2011/9/9 Christos Jonathan Hayward <christos.jonathan.hayw...@gmail.com> > "site_base.html", directly under the templates folder, extends a > "base.html". > > Where is the base.html? I see several under the project heirarchy > somewhere, and I'd like to know which one of them site_base.html extends (if > it does so), or else where I can go to edit site_base.html. > > -- > [image: Christos Jonathan Hayward] <http://jonathanscorner.com/> > Christos Jonathan Hayward, an Orthodox Christian author. > > Author Bio <http://jonathanscorner.com/author/> • > Books<http://cjshayward.com/> > • *Email <christos.jonathan.hayw...@gmail.com>* • > Facebook<http://www.facebook.com/christos.jonathan.hayward> > • Google Plus <http://jonathanscorner.com/plus> • > LinkedIn<http://www.linkedin.com/in/jonathanhayward> > • Twitter <http://twitter.com/JonathansCorner> • > *Web<http://jonathanscorner.com/> > * • What's New? <http://jonathanscorner.com/> > I invite you to visit my "theology, literature, and other creative works" > site. > > -- > 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 > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.