This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
72e4a6865d
django1
/
tests
/
templates
/
custom_admin
/
delete_selected_confirmatio...
2 lines
56 B
HTML
Raw
Normal View
History
Unescape
Escape
Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete selected template. Thanks to bendavis78 for the report and patch, and Ramiro Morales for his cleanup work. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12916 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-05 20:02:27 +08:00
{% extends "admin/delete_selected_confirmation.html" %}