From a25fe3b65e39ff6f59ac545d7934461be6c13612 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 4 Jul 2006 03:57:07 +0000 Subject: [PATCH] Changed admin/templates/admin/index.html to make translatable git-svn-id: http://code.djangoproject.com/svn/django/trunk@3270 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 246086861b..f7b121723a 100644 --- a/django/contrib/admin/templates/admin/index.html +++ b/django/contrib/admin/templates/admin/index.html @@ -15,7 +15,7 @@ {% for app in app_list %}
- + {% for model in app.models %} {% if model.perms.change %}
{{ app.name }}{% blocktrans with app.name as name %}{{ name }}{% endblocktrans %}