renamed template() into template_file()
[myslice.git] / plugins / verticallayout.py
index 6f97601..f109899 100644 (file)
@@ -6,4 +6,4 @@ class VerticalLayout (Composite) :
     
     def title (self) : return "VLayout title"
 
-    def template (self):        return "verticallayout.html"
+    def template_file (self):        return "verticallayout.html"