diff --git a/django/contrib/admin/templates/admin/object_history.html b/django/contrib/admin/templates/admin/object_history.html index 98a42b2e16..828fc17931 100644 --- a/django/contrib/admin/templates/admin/object_history.html +++ b/django/contrib/admin/templates/admin/object_history.html @@ -15,15 +15,15 @@
{% trans 'Date/time' %} | -{% trans 'User' %} | -{% trans 'Action' %} | +{% trans 'Date/time' %} | +{% trans 'User' %} | +{% trans 'Action' %} |
---|---|---|---|---|---|
{{ action.action_time|date:_("DATE_WITH_TIME_FULL") }} | +{{ action.action_time|date:_("DATE_WITH_TIME_FULL") }} | {{ action.user.username }}{% if action.user.first_name %} ({{ action.user.first_name }} {{ action.user.last_name }}){% endif %} | {{ action.change_message}} |