From 95ab189dceb95df7ea15e97890ad274b95baf5a7 Mon Sep 17 00:00:00 2001 From: Robert Wittams Date: Wed, 23 Nov 2005 23:26:25 +0000 Subject: [PATCH] remove purposeful error git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1383 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/templates/admin/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/django/contrib/admin/templates/admin/index.html b/django/contrib/admin/templates/admin/index.html index 4b52d3e4d8..558aacc127 100644 --- a/django/contrib/admin/templates/admin/index.html +++ b/django/contrib/admin/templates/admin/index.html @@ -22,7 +22,6 @@ {% else %} {{ model.name }} {% endif %} - {{}} {% if model.perms.add %} {% trans 'Add' %} {% else %}