X-Git-Url: https://svn.cri.mines-paristech.fr/git/photoprint.git/blobdiff_plain/bddfc31eaf67003a04f79f7cf168b8d840920fd6..ccaba0f54cbd41250107d36a49154353425da8b3:/skins/order_notify_sent_form.pt diff --git a/skins/order_notify_sent_form.pt b/skins/order_notify_sent_form.pt index aaf1a16..3ad6be0 100644 --- a/skins/order_notify_sent_form.pt +++ b/skins/order_notify_sent_form.pt @@ -25,7 +25,7 @@ <td tal:define="_ python:modules['Products.photoprint.utils'].translate"> <input type="text" size="58" name="subject" - tal:attributes="value python:_('[%s] order %s sending notification', here) % (here.portal_photo_print.store_name, here.getId())"/> + tal:attributes="value python:_('[%s] order %s sending notification') % (here.portal_photo_print.store_name, here.getId())"/> </td> </tr> <tr> @@ -61,7 +61,7 @@ <label tal:repeat="member python:mtool.getMembers(here.listCreators())"> <input type="checkbox" name="recipients:list" tal:attributes="value member/id" checked="checked" /> <span tal:replace="member/getMemberFullName">Membre full name</span> - <<span tal:replace="member/email">member email</span>> + <<span tal:replace="python:member.getProperty('email')">member email</span>> </label> </td> </tr>