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 %}