X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fsimplelist.py;h=2e06f4e16d4839ac32225519f4703fea7849eba2;hb=f72be702471054ae1469c293458b0adb1605418d;hp=202dc1b3341c976785eab77935fe04ffe6082244;hpb=89b5d553be498ec100b9403746951140e68994be;p=unfold.git diff --git a/plugins/simplelist.py b/plugins/simplelist.py index 202dc1b3..2e06f4e1 100644 --- a/plugins/simplelist.py +++ b/plugins/simplelist.py @@ -1,17 +1,8 @@ +from django.template.loader import render_to_string + from engine.plugin import Plugin class SimpleList (Plugin) : - def render_content (self): - return """""" + def render_content (self, request): + return render_to_string ("widget-simplelist.html",{})