[grappeli] always show the original message in the admin object history view

This commit is contained in:
Benjamin Dauvergne 2011-11-16 22:16:32 +01:00
parent a996551378
commit ce9d26580e
1 changed files with 0 additions and 4 deletions

View File

@ -33,11 +33,7 @@
<th scope="row">{{ action.action_time|date:_("DATETIME_FORMAT") }}</th>
<td>{{ action.user.username }}{% if action.user.get_full_name %} ({{ action.user.get_full_name }}){% endif %}</td>
<td>
{% ifequal forloop.counter 1 %}
{% trans "Created object" %}
{% else %}
{{ action.change_message }}
{% endifequal %}
</td>
</tr>
{% endfor %}