Django

Code

Changeset 1574

Show
Ignore:
Timestamp:
12/08/05 20:16:17 (3 years ago)
Author:
adrian
Message:

Fixed inconsistent spacing in contrib.admin.views.main

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/contrib/admin/views/main.py

    r1566 r1574  
    379379        'add': add, 
    380380        'change': change, 
    381         'bound_manipulator' : AdminBoundManipulator(opts, manipulator, context['form']), 
    382         'has_delete_permission' : context['perms'][app_label][opts.get_delete_permission()], 
    383         'form_url' : form_url, 
     381        'bound_manipulator': AdminBoundManipulator(opts, manipulator, context['form']), 
     382        'has_delete_permission': context['perms'][app_label][opts.get_delete_permission()], 
     383        'form_url': form_url, 
    384384        'app_label': app_label, 
    385385    }