Revision history [back]
where do you need to escape it? If it's in the django or jinja template (askbot master branch already switched to jinja - if you need help with porting any of your custom templates - pls let me know), then use "escape" filter on values.
{{somevalue|escape}}
and it will do what @kraryal said automatically.
where do you need to escape it? If it's in the django or jinja template (askbot master branch already switched to jinja - if you need help with porting any of your custom templates - pls let me know), then use "escape" filter on values.
{{somevalue|escape}}
and it will do what @kraryal @krayal said automatically.