summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Wittams <robert@wittams.com>2005-11-23 23:26:25 +0000
committerRobert Wittams <robert@wittams.com>2005-11-23 23:26:25 +0000
commit95ab189dceb95df7ea15e97890ad274b95baf5a7 (patch)
tree7216bf86c8be58610c138a7ae2d9dd5a31fb408e
parentf7d3e8a20d75d2b9db77b4400e0ac1bc7cee39d4 (diff)
downloaddjango-95ab189dceb95df7ea15e97890ad274b95baf5a7.tar.gz
remove purposeful error
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1383 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/contrib/admin/templates/admin/index.html1
1 files changed, 0 insertions, 1 deletions
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 %}
<th>{{ model.name }}</th>
{% endif %}
- {{}}
{% if model.perms.add %}
<td class="x50"><a href="{{ model.admin_url }}add/" class="addlink">{% trans 'Add' %}</a></td>
{% else %}