simplelist can be datatabled with need_datatables=True
[myslice.git] / plugins / simplelist.py
index 2e06f4e..19abe28 100644 (file)
@@ -5,4 +5,5 @@ from engine.plugin import Plugin
 class SimpleList (Plugin) :
     
     def render_content (self, request):
-        return render_to_string ("widget-simplelist.html",{})
+        return render_to_string ("widget-simplelist.html",
+                                 self._settings)