From e9497a3803c2da2d099ad1ca403a98cdb0ee322f Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Sun, 10 Jun 2012 06:18:16 +0100 Subject: [PATCH] Corrected way to get URL of object in admin history template --- django/contrib/admin/templates/admin/object_history.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/admin/templates/admin/object_history.html b/django/contrib/admin/templates/admin/object_history.html index 2c353374f6..c8169a6c3b 100644 --- a/django/contrib/admin/templates/admin/object_history.html +++ b/django/contrib/admin/templates/admin/object_history.html @@ -7,7 +7,7 @@ {% trans 'Home' %}{{ app_label|capfirst|escape }}{{ module_name }} -› {{ object|truncatewords:"18" }} +› {{ object|truncatewords:"18" }} › {% trans 'History' %} {% endblock %}