From 67a679f50bab2a1c49b059243fb5b8e82d671aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 17 Apr 2012 11:35:13 +0200 Subject: [PATCH] add sync of blocked documents (remove them from website) --- themis/importexport/configure.zcml | 8 ++++++++ themis/importexport/sync.py | 31 +++++++++++++++++++++++++++++- themis/importexport/views.py | 19 ++++++++++++++++++ 3 files changed, 57 insertions(+), 1 deletion(-) diff --git a/themis/importexport/configure.zcml b/themis/importexport/configure.zcml index 700580b..1146a64 100644 --- a/themis/importexport/configure.zcml +++ b/themis/importexport/configure.zcml @@ -31,6 +31,14 @@ permission="zope2.View" /> + + +