eggification
[MosaicDocument.git] / Products / MosaicDocument / default_blocks / static / git-favicon.png
diff --git a/default_blocks/block_container_template.pt b/default_blocks/block_container_template.pt
deleted file mode 100755 (executable)
index 43d834a..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<div tal:define="
-   block nocall:options/block;
-   slots block/getSlotsDic;
-   displayAction options/displayAction;
-   block_class python:displayAction == 'edit' and 'container_block_form' or 'container_block_view';"
-   tal:omit-tag="">
-  <div tal:attributes="class block_class">
-    <div metal:use-macro="here/block_canvas/macros/canvas">
-      Appel de block_canvas pour afficher les blocks contenus
-    </div>
-  </div>
-</div>
\ No newline at end of file