X-Git-Url: https://svn.cri.ensmp.fr/git/photoprint.git/blobdiff_plain/a63105d74f1ef077783bbd63c51f487f708bd866..46df770d58b2dbf154a3da4d62d82ae30d39bc86:/skins/order_view_template.pt?ds=sidebyside diff --git a/skins/order_view_template.pt b/skins/order_view_template.pt index 0678456..5f748b2 100644 --- a/skins/order_view_template.pt +++ b/skins/order_view_template.pt @@ -186,7 +186,6 @@ <tr tal:define="oddrow repeat/item/odd" tal:attributes="class python:test(oddrow, 'even', 'odd')" tal:condition="item/action"> <td tal:content="python:item['time'].strftime(locale_date_fmt)">time</td> - <td tal:condition="python:item['action'].startswith('auto_')">Cyberplus</td> <td tal:condition="python:not item['action'].startswith('auto_')" tal:content="python:mtool.getMemberFullNameById(item['actor'], nameBefore=0)">actor</td> <td tal:content="item/action" i18n:translate=""></td>