From a7f2b39b1089b08ce956c7dfd1776b7ed7a65ad4 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 25 Nov 2005 02:19:49 +0000 Subject: [PATCH] new-admin: Negligible space change to contrib/admin/templates/admin/index.html to stay consistent with trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1419 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/templates/admin/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/django/contrib/admin/templates/admin/index.html b/django/contrib/admin/templates/admin/index.html index 558aacc127..03ae272909 100644 --- a/django/contrib/admin/templates/admin/index.html +++ b/django/contrib/admin/templates/admin/index.html @@ -22,6 +22,7 @@ {% else %} {{ model.name }} {% endif %} + {% if model.perms.add %} {% trans 'Add' %} {% else %}