Commit 7f7f5c24 authored by Michal Čihař's avatar Michal Čihař

Reorder fields

parent 1c9db963
......@@ -179,8 +179,8 @@
<table>
{% for change in changes %}
<tr>
<td>{{ change.timestamp|date:"DATETIME_FORMAT" }}</td>
<td>{{ change.user.get_full_name }}</td>
<td>{{ change.timestamp|date:"DATETIME_FORMAT" }}</td>
</tr>
{% endfor %}
</table>
......
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