- Timestamp:
- 06/09/08 22:54:05 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/newforms-admin/django/contrib/admin/templatetags/admin_modify.py
r6797 r7603 21 21 change = context['change'] 22 22 is_popup = context['is_popup'] 23 # TODO: Fix this hack. 24 # save_as = opts.admin.save_as 25 save_as = False 23 save_as = context['save_as'] 26 24 return { 27 25 'onclick_attrib': (opts.get_ordered_objects() and change
