Mercurial > libervia-backend
changeset 2943:781b5b6a33ee
jp (blog): fixed the deserialisation issue when using template output
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 05 May 2019 18:50:32 +0200 |
parents | 8dbef2d190eb |
children | efb915a20d5d |
files | sat_frontends/jp/cmd_blog.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sat_frontends/jp/cmd_blog.py Sun May 05 18:50:30 2019 +0200 +++ b/sat_frontends/jp/cmd_blog.py Sun May 05 18:50:32 2019 +0200 @@ -233,7 +233,7 @@ # TODO: add MAM filters def template_data_mapping(self, data): - return {u"items": data_objects.BlogItems(data)} + return {u"items": data_objects.BlogItems(data, deserialise=False)} def format_comments(self, item, keys): comments_data = data_format.dict2iterdict(