Commit bc6bb33f authored by Nikolay Kim's avatar Nikolay Kim

chameleon compatibility

parent 34009f6a
...@@ -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})">
......
...@@ -20,7 +20,7 @@ The specified log entry was not found. It may have expired. ...@@ -20,7 +20,7 @@ The specified log entry was not found. It may have expired.
<table> <table>
<tr> <tr>
<th align="left" valign="top">Time</th> <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>
<tr> <tr>
<th align="left" valign="top">User Name (User Id)</th> <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