I'm trying to escape something printed back to a template as follows
{{request.session['AccountNum'] | escape }}
and i'm getting this error:
Could not parse the remainder: ' | escape' from
'request.session.AccountNum | escape'
>From what I can tell i'm using the right syntax... am I missing
something here?
BR
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---