On 9/1/06, Rob Hudson <[EMAIL PROTECTED]> wrote:
> If not, should it?
>
> If I'd like do have markup on my whole project it would be nice to set
> it once in base.html via {% load markup %} and have it automatically
> loaded in each template that extends base.
>
> I just tried this with template tags and it didn't work but I'm curious
> if it would be a useful thing or not?

Hey Rob,

No, this isn't the case -- loaded template tags/filters aren't made
available in child templates. This happens on purpose, so that a child
template is less coupled to its parent template.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to