Commit ab16688a authored by Nikolay Kim's avatar Nikolay Kim

chameleon compatibility

parent 379140f0
...@@ -73,7 +73,7 @@ No exceptions logged. ...@@ -73,7 +73,7 @@ No exceptions logged.
</tr> </tr>
<tr tal:repeat="entry entries"> <tr tal:repeat="entry entries">
<td valign="top" nowrap="nowrap"> <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>
<td> <td>
<span tal:content="string: ${entry/username} (${entry/userid})"> <span tal:content="string: ${entry/username} (${entry/userid})">
......
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