date formatting tweak

This commit is contained in:
James Turk 2011-08-04 22:48:33 -04:00
parent ffacdabb4e
commit 548f755a6e

View File

@ -2,6 +2,6 @@
<tr{% if log.error %} class="error" {% endif %}>
<td>{{log.action}}</td>
<td><a href="/tracked/{{log.url}}">{{log.url}}</td>
<td>{{log.timestamp}}</td>
<td>{{log.timestamp.strftime("%Y-%m-%d %H:%M:%S")}}</td>
<td>{% if log.error %}{{log.error}}{% endif %}</td>
</tr>