OK I took the "try... except" out to see errors.

Here's what's happening.

My folder / template structure:
/templates/base.html
/templates/section.html   <-- inherits from base.html   {% extends
"base.html" %}
/templates/section/item.html  <-- inherits from section.html  {%
extends "../section.html" }%

item.html "finds" section.html just fine.

But section.html can't find base.html unless I change it to {% extends
"../base.html" %} ... despite the fact that it is located in the same
directory.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to