Changement message de confirmation, arrivé trop rapidement par copier / coller…
[photoprint.git] / skins / order_payment_template.pt
1 <html metal:use-macro="here/main_template/macros/master"
2 xmlns:tal="http://xml.zope.org/namespaces/tal"
3 xmlns:metal="http://xml.zope.org/namespaces/metal"
4 xmlns:i18n="http://xml.zope.org/namespaces/i18n">
5 <head>
6 <title>Payment template</title>
7 <meta http-equiv="content-type" content="text/html;charset=utf-8" />
8
9 </head>
10 <body>
11 <div metal:fill-slot="main_no_tabs" tal:omit-tag=""
12 tal:define="paymentRequest options/paymentRequest">
13
14 <div tal:content="structure paymentRequest/FORM">
15 formulaire cyberplus
16 </div>
17 </div>
18 </body>
19 </html>