Exemple #1
0
 def render(self, context, instance, placeholder):
     context = CMSPluginBase.render(self, context, instance, placeholder)
     print(context["instance"].type_filters.all())
     return context
Exemple #2
0
 def render(self, context, instance, placeholder):
     context = CMSPluginBase.render(self, context, instance, placeholder)
     return context