Kaydet (Commit) dc2daff3 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed inconsistent spacing in contrib.admin.views.main

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1574 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 9e2b463b
......@@ -378,9 +378,9 @@ def render_change_form(opts, manipulator, app_label, context, add=False, change=
extra_context = {
'add': add,
'change': change,
'bound_manipulator' : AdminBoundManipulator(opts, manipulator, context['form']),
'has_delete_permission' : context['perms'][app_label][opts.get_delete_permission()],
'form_url' : form_url,
'bound_manipulator': AdminBoundManipulator(opts, manipulator, context['form']),
'has_delete_permission': context['perms'][app_label][opts.get_delete_permission()],
'form_url': form_url,
'app_label': app_label,
}
context.update(extra_context)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment