eggification
[photoprint.git] / skins / order_payment_template.pt
diff --git a/skins/order_payment_template.pt b/skins/order_payment_template.pt
deleted file mode 100644 (file)
index 1c9b847..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<html metal:use-macro="here/main_template/macros/master"
-      xmlns:tal="http://xml.zope.org/namespaces/tal"
-      xmlns:metal="http://xml.zope.org/namespaces/metal"
-      xmlns:i18n="http://xml.zope.org/namespaces/i18n">
-  <head>
-    <title>Payment template</title>
-    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
-    
-  </head>
-  <body>
-    <div metal:fill-slot="main_no_tabs" tal:omit-tag=""
-         tal:define="paymentRequest options/paymentRequest">
-      
-      <div tal:content="structure paymentRequest/FORM">
-        formulaire cyberplus
-      </div>
-    </div>
-  </body>
-</html>