コード例 #1
0
ファイル: cms_plugins.py プロジェクト: pixmin/poimap
 def render(self, context, instance, placeholder):
     context = CMSPluginBase.render(self, context, instance, placeholder)
     print(context["instance"].type_filters.all())
     return context
コード例 #2
0
 def render(self, context, instance, placeholder):
     context = CMSPluginBase.render(self, context, instance, placeholder)
     return context