Sebastian Spaeth 620e4e1b6e Provide jinja2 urlencode filter
Astonishingly, the great jinja2 does not provide a builtin urlquote filter,
although it is obviously needed. (jina1 had one) This is:
https://github.com/mitsuhiko/jinja2/issues/17

Provide an urlencode filter, based on werkzeug's url_quote_plus function.
This is dead easy to implement and gives us all the freedom we want.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-12-03 14:11:22 +01:00
..
2012-09-27 00:45:25 +02:00
2012-03-13 00:19:53 +01:00
2012-11-29 14:51:24 +01:00
2012-12-03 14:11:22 +01:00
2012-02-02 09:44:13 -06:00
2012-11-16 13:18:37 +01:00
2012-12-02 02:46:50 +01:00