src/pyams_content/shared/blog/__init__.py
changeset 800 2b5460ecb254
parent 694 4541a452fd4c
child 1207 a97f2023131a
--- a/src/pyams_content/shared/blog/__init__.py	Thu Jul 05 08:48:47 2018 +0200
+++ b/src/pyams_content/shared/blog/__init__.py	Thu Jul 05 08:53:43 2018 +0200
@@ -18,7 +18,7 @@
 # import interfaces
 from pyams_content.component.illustration import IIllustrationTarget, ILinkIllustrationTarget
 from pyams_content.component.paragraph.interfaces import IParagraphContainerTarget
-from pyams_content.component.theme.interfaces import IThemesTarget
+from pyams_content.component.theme.interfaces import ITagsTarget, IThemesTarget
 from pyams_content.features.preview.interfaces import IPreviewTarget
 from pyams_content.features.review.interfaces import IReviewTarget
 from pyams_content.shared.blog.interfaces import IWfBlogPost, BLOG_CONTENT_TYPE, BLOG_CONTENT_NAME, IBlogPost, \
@@ -31,7 +31,7 @@
 from zope.interface import implementer, provider
 
 
-@implementer(IWfBlogPost, IParagraphContainerTarget, IThemesTarget, IIllustrationTarget,
+@implementer(IWfBlogPost, IParagraphContainerTarget, ITagsTarget, IThemesTarget, IIllustrationTarget,
              ILinkIllustrationTarget, IPreviewTarget, IReviewTarget)
 class WfBlogPost(WfSharedContent):
     """Base blog post"""