diff --git a/cms_plugins.py b/cms_plugins.py index a1d8285..024dd78 100644 --- a/cms_plugins.py +++ b/cms_plugins.py @@ -7,6 +7,7 @@ from cms.plugin_pool import plugin_pool class AjaxTextPlugin(TextPlugin): name = _(u'Text (asynchronous loading)') ajax_render_template = 'plugin/ajax_text.html' + text_enabled = True def get_ajax_body(self, instance, context): t = loader.get_template(self.ajax_render_template)