[Checkins] SVN: Zope/branches/2.13/src/Products/SiteErrorLog/www/main.pt chameleon compatibility

Nikolay Kim fafhrd91 at gmail.com
Thu Jul 14 14:42:32 EDT 2011


Log message for revision 122247:
  chameleon compatibility

Changed:
  U   Zope/branches/2.13/src/Products/SiteErrorLog/www/main.pt

-=-
Modified: Zope/branches/2.13/src/Products/SiteErrorLog/www/main.pt
===================================================================
--- Zope/branches/2.13/src/Products/SiteErrorLog/www/main.pt	2011-07-14 14:09:50 UTC (rev 122246)
+++ Zope/branches/2.13/src/Products/SiteErrorLog/www/main.pt	2011-07-14 18:42:31 UTC (rev 122247)
@@ -73,7 +73,7 @@
  </tr>
  <tr tal:repeat="entry entries">
   <td valign="top" nowrap="nowrap">
-   <span tal:content="python: DateTime(entry['time']).Time()">13:04:41</span>
+   <span tal:content="python: modules['DateTime'].DateTime(entry['time']).Time()">13:04:41</span>
   </td>
   <td>
    <span tal:content="string: ${entry/username} (${entry/userid})">



More information about the checkins mailing list