On Tue, Mar 10, 2009 at 9:22 AM, jago <[email protected]> wrote:

>
> Can I somehow apply an filter to an included template?
>
> {% include "header_viz_js.html" %}
>
> how?
> >
>
This is untested but the filter tag would probably work

{% filter myfilter %}
{% include "template.jhtml" %}
{% endfilter %}

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to