diff --git a/django/contrib/history/templates/history/list.html b/django/contrib/history/templates/history/list.html index 5256e75f86..5f5bfec069 100644 --- a/django/contrib/history/templates/history/list.html +++ b/django/contrib/history/templates/history/list.html @@ -5,6 +5,7 @@ PID: Change time: Type: +Ch: {% for change in changes_list %} @@ -13,6 +14,7 @@ {{ change.object_id }} {{ change.change_time }} {{ change.content_type }} +{{ change.change_type }} {% endfor %}