# HG changeset patch
# User Goffi <goffi@goffi.org>
# Date 1557075032 -7200
# Node ID 781b5b6a33ee8f33dc28b71e3b3d19d2a16d0d2e
# Parent  8dbef2d190eb0ecfe5026170abe4aea01361e200
jp (blog): fixed the deserialisation issue when using template output

diff -r 8dbef2d190eb -r 781b5b6a33ee sat_frontends/jp/cmd_blog.py
--- 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(