Skip to content
Snippets Groups Projects
Commit b82d1b96 authored by Adeel Khan's avatar Adeel Khan
Browse files

Fix escaping of html tags.

Using six.text_type() is converting
MarkSafe object created using HTML
function to simple string which is
essential html tags interpolation.
Applying escaping via Text function on
this string object is causing escaping
of html tags.

PROD-834
parent 6b16a1b9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment