Commit Graph

7 Commits

Author SHA1 Message Date
Benjamin Dauvergne f98e87fcbc Restore blurp_tags (fixes #11323) 2016-06-13 22:06:47 +02:00
Benjamin Dauvergne 8a655f5abb remove django-cms support 2016-05-04 18:45:34 +02:00
Serghei Mihai dfd17e4fd4 jsonify template tag added
Closes #5866
2014-11-05 09:33:01 +01:00
Benjamin Dauvergne 85bd25bf34 Do not traceback when rendering a blurp (fixes #5092)
If DEBUG is True, report exception in result string.
2014-09-08 11:43:52 +02:00
Benjamin Dauvergne fce84e9251 templatetags: add block tag to insert blurp variables into the current context
This does not work with ajax blurp for now, you will only get
synchronous loading.
2014-07-02 09:58:17 +02:00
Benjamin Dauvergne 0d6ab6fbbd modify the signature of Renderer interface's render() method 2014-07-01 23:28:05 +02:00
Benjamin Dauvergne 8a59512d08 templatetags: add template tag to render a blurp block in a template
Blurp blocks doing things with placholders or cms-plugin instances will
not work.
2014-07-01 16:42:53 +02:00