Re: Problem with templatetags and template inheritance

2006-06-15 Thread Andrew Gwozdziewycz
I found a way to work around this, but it's still bugging me that it doesn't work this way. On Jun 16, 2006, at 12:48 AM, Andrew Gwozdziewycz wrote: > I'm trying to build a system, which uses generic views, inherited > templates and template tags. > > The example is this: > >1.

Problem with templatetags and template inheritance

2006-06-15 Thread Andrew Gwozdziewycz
I'm trying to build a system, which uses generic views, inherited templates and template tags. The example is this: 1. generic view uses "entry_detail.html" 2. entry_detail extends "content.html" 3. "content.html" loads a template tag library called content_utility, and