It sounds like you want to use an inclusion tag here:
http://www.djangoproject.com/documentation/templates_python/#inclusion-tags.

--
Rob Tirrell
[EMAIL PROTECTED]

On Apr 11, 2:23 pm, "Erik Vorhes" <[EMAIL PROTECTED]> wrote:
> >  I have a custom filter that outputs some html code. The problem is
> >  that it converts all "greater than" and "less than" symbols to
> >  appropriate  &gt; and &lt; symbols. How is it possible to say to
> >  filter not to do this?
>
> You're running into the autoescape tag, which is on by default in
> templates. Check the template (for Python) docs to see how to mark
> your filter as "safe".
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to