Commit bc6bb33f authored by Nikolay Kim's avatar Nikolay Kim

chameleon compatibility

parent 34009f6a
......@@ -73,7 +73,7 @@ No exceptions logged.
</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})">
......
......@@ -20,7 +20,7 @@ The specified log entry was not found. It may have expired.
<table>
<tr>
<th align="left" valign="top">Time</th>
<td tal:content="python: DateTime(entry['time'])"></td>
<td tal:content="python: modules['DateTime'].DateTime(entry['time'])"></td>
</tr>
<tr>
<th align="left" valign="top">User Name (User Id)</th>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment