X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=engine%2Fplugin.py;h=a76881a2f0068f2ae09259c73b8ac4eada20d96e;hb=be9221212eade180e78a3566797f97a9e6178625;hp=b766ad742c5e3a120353cf156d1b19a2a18aae05;hpb=bc918b4572f0f05c7f0080f3c65ff1d82cb3f133;p=myslice.git diff --git a/engine/plugin.py b/engine/plugin.py index b766ad74..a76881a2 100644 --- a/engine/plugin.py +++ b/engine/plugin.py @@ -37,7 +37,7 @@ class Plugin: # compute an 'optionstr' from the set of available settings/options as a json string # that gets passed to jquery somehow # see the bottom of - result = render_to_string ('plugin-wrap.html', + result = render_to_string ('widget-plugin.html', {'uuid':uuid, 'title':title, 'visible':self.is_visible(), 'hidable':self.is_hidable(),