From ea249260dc5bd6ae29e6c80e7212948f4997c79b Mon Sep 17 00:00:00 2001 From: Christopher Long Date: Mon, 25 Sep 2006 21:06:35 +0000 Subject: [PATCH] [per-object-permissions] Latest revision showed "Edit Row Level Permissions" for all objects in admin interface (not just those for which it is enabled), this revision fixes this bug git-svn-id: http://code.djangoproject.com/svn/django/branches/per-object-permissions@3843 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/templates/admin/change_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/admin/templates/admin/change_form.html b/django/contrib/admin/templates/admin/change_form.html index 4041cb963ef91..02d05f9ad5e6d 100644 --- a/django/contrib/admin/templates/admin/change_form.html +++ b/django/contrib/admin/templates/admin/change_form.html @@ -18,7 +18,7 @@ {% block content %}
{% if change %}{% if not is_popup %} {% endif %}{% endif %}