add mandatory title and name args to plugin creation, remove title()
[unfold.git] / plugins / simplelist.py
index c16c7ea..f119d76 100644 (file)
@@ -13,8 +13,6 @@ class SimpleList (Plugin) :
         self.add_to_settings ('with_datatables')
 
     # SimpleList is useless per se anyways
-    def title (self) : return "Title for Simple List"
-
     def template_file (self): return "simplelist.html"
 
     def requirements (self):