X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=engine%2Fplugin.py;h=b766ad742c5e3a120353cf156d1b19a2a18aae05;hb=d1a79ca71659cdcc0de34fb681d9250362eb52e9;hp=f3c659f63a1a3370e3bbc54c4c4950cff534db6c;hpb=1c33a932490a1df3125d92bd026f765c633cc0f6;p=myslice.git diff --git a/engine/plugin.py b/engine/plugin.py index f3c659f6..b766ad74 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 ('render_plugin.html', + result = render_to_string ('plugin-wrap.html', {'uuid':uuid, 'title':title, 'visible':self.is_visible(), 'hidable':self.is_hidable(),