From ce9d26580ebdf3824f0d85441d704caa611f3f82 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 16 Nov 2011 22:16:32 +0100 Subject: [PATCH] [grappeli] always show the original message in the admin object history view --- docbow_project/templates/admin/object_history.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docbow_project/templates/admin/object_history.html b/docbow_project/templates/admin/object_history.html index 1058fc9..67727f0 100644 --- a/docbow_project/templates/admin/object_history.html +++ b/docbow_project/templates/admin/object_history.html @@ -33,11 +33,7 @@ {{ action.action_time|date:_("DATETIME_FORMAT") }} {{ action.user.username }}{% if action.user.get_full_name %} ({{ action.user.get_full_name }}){% endif %} - {% ifequal forloop.counter 1 %} - {% trans "Created object" %} - {% else %} {{ action.change_message }} - {% endifequal %} {% endfor %}