Hello everyone,
trying to upgrade to the latest trunk, I'm wrestling a bit with the
autoescape function. Talking about embed-code for an enduser, I used to
write:
{% include embedded_player.html %}
Copy-paste this: <input value="{% filter escape %}{% include
embedded_player.html %}{% endfilter %}"/>
The first part shows to the end-user how the embeddable player will look
like, the second shows the user the code he can copy-paste. Now with
autoembed this no longer works as "escape" doesn't exist anymore as a
filter.
Any ideas welcome :)
cheers,
- bram
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---