fix merge error.

This commit is contained in:
Chris Jones 2013-07-18 17:44:19 -07:00
parent 3844a952c0
commit 4959a095c4

View file

@ -47,7 +47,7 @@
<tr>
<td>{{ log.action_time }}</td>
<td>{{ log.user }}</td>
<td>{{ log.action_flag }}</td>
<td>{{ log.action_type|capfirst }}</td>
<td>{{ log.change_message }}</td>
</tr>
{% endfor %}