Skip to content

Commit

Permalink
Merge pull request #1 from APSL/master
Browse files Browse the repository at this point in the history
Make Button plugin usable inside Text plugin
  • Loading branch information
RacingTadpole committed Apr 23, 2013
2 parents 574479f + 4cb1b6b commit 4518f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmsplugin_rt/button/cms_plugins.py
Expand Up @@ -16,6 +16,7 @@ class ButtonPlugin(CMSPluginBase):
name = _("Button")
#module = bootstrap_module_name
render_template = "button_plugin.html"
text_enabled = True

def render(self, context, instance, placeholder):
context['instance'] = instance
Expand Down

0 comments on commit 4518f53

Please sign in to comment.