| Index: filters/unescape.py |
| diff --git a/filters/unescape.py b/filters/unescape.py |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d9842737f0e2d12d300fcc0b76381ac1f63a974d |
| --- /dev/null |
| +++ b/filters/unescape.py |
| @@ -0,0 +1,2 @@ |
| +def unescape(markup): |
|
Sebastian Noack
2015/02/13 17:51:49
As outlined were you use this filter, I don't thin
kzar
2015/02/20 14:55:18
Unfortunately we do.
kzar
2015/02/20 17:04:48
So I've just checked and there appear to be no loc
Sebastian Noack
2015/02/20 17:49:38
You are right, the "translate" template filter esc
kzar
2015/02/20 18:00:43
Well in for these two places there are sometimes d
|
| + return markup.unescape() |