diff sat_frontends/jp/cmd_blog.py @ 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 b2f323237fce
children efb915a20d5d
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(