mirror of
https://github.com/django/django.git
synced 2025-07-04 01:39:20 +00:00
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
This commit is contained in:
parent
3b0f82ab8b
commit
a7f2b39b10
@ -22,6 +22,7 @@
|
||||
{% 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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user