From c069623008fb4fd34f68ac9c954af66d7019ec6d Mon Sep 17 00:00:00 2001 From: Wilson Miner Date: Thu, 6 Apr 2006 17:17:39 +0000 Subject: [PATCH] magic-removal: fixed #1585: admin index table summaries should play nice with i18n. Thanks, ubernostrum. git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2628 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/templates/admin/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/admin/templates/admin/index.html b/django/contrib/admin/templates/admin/index.html index 40130c4d59..88ca9dd0dc 100644 --- a/django/contrib/admin/templates/admin/index.html +++ b/django/contrib/admin/templates/admin/index.html @@ -14,7 +14,7 @@ {% if app_list %} {% for app in app_list %}
- +
{% for model in app.models %}
{{ app.name }}