changeset 1871:64a40adccba4

jp (blog/edit): removed content_rich from KEY_TO_REMOVE_METADATA as it is never given by backend
author Goffi <goffi@goffi.org>
date Wed, 02 Mar 2016 19:53:53 +0100
parents c25077c87b1d
children df1ca137b0cb
files frontends/src/jp/cmd_blog.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/frontends/src/jp/cmd_blog.py	Wed Mar 02 19:46:01 2016 +0100
+++ b/frontends/src/jp/cmd_blog.py	Wed Mar 02 19:53:53 2016 +0100
@@ -39,7 +39,7 @@
 CONF_SYNTAX_EXT = 'syntax_ext_dict'
 BLOG_TMP_DIR="blog"
 # key to remove from metadata tmp file if they exist
-KEY_TO_REMOVE_METADATA = ('id','content', 'content_rich', 'content_xhtml', 'comments_node', 'comments_service')
+KEY_TO_REMOVE_METADATA = ('id','content', 'content_xhtml', 'comments_node', 'comments_service')
 
 URL_REDIRECT_PREFIX = 'url_redirect_'