renamed verticallayout into stack
[unfold.git] / plugins / verticallayout / verticallayout.py
diff --git a/plugins/verticallayout/verticallayout.py b/plugins/verticallayout/verticallayout.py
deleted file mode 100644 (file)
index fe6ff45..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-from django.template.loader import render_to_string
-
-from unfold.composite import Composite
-
-class VerticalLayout (Composite) :
-    
-    def template_file (self):        return "verticallayout.html"