From 180efa66ea13fe1b176e6acc4a602df23b62ff46 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 11 Apr 2006 02:38:03 +0000 Subject: [PATCH] magic-removal: Fixed #1585 -- Added small semantic stuff to admin object_history template. Thanks, ubernostrom git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2657 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/templates/admin/object_history.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 @@ - - - + + + {% for action in action_list %} - +
{% 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}}