Ticket #10057: show_delete.patch
File show_delete.patch, 872 bytes (added by , 15 years ago) |
---|
-
django/contrib/admin/templatetags/admin_modify.py
28 28 'onclick_attrib': (opts.get_ordered_objects() and change 29 29 and 'onclick="submitOrderForm();"' or ''), 30 30 'show_delete_link': (not is_popup and context['has_delete_permission'] 31 and (change or context['show_delete'])),31 and change and context.get('show_delete', True)), 32 32 'show_save_as_new': not is_popup and change and save_as, 33 33 'show_save_and_add_another': context['has_add_permission'] and 34 34 not is_popup and (not save_as or context['add']),