1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

remove purposeful error

git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1383 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Robert Wittams 2005-11-23 23:26:25 +00:00
parent f7d3e8a20d
commit 95ab189dce

View File

@ -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 %}