django1/django/contrib/admin/templates/admin
areski a81af7f49d Fixed #13749 -- Added link from admin site to front-end site.
Thanks romankrv for the suggestion.
2014-08-27 08:34:53 -04:00
..
auth/user Fixed #22329 -- Used label_tag() in some admin auth templates. 2014-03-29 08:54:56 -04:00
edit_inline Fixed #13163 -- Added ability to show change links on inline objects in admin. 2014-07-31 08:07:28 -04:00
includes Fixed #20133 -- Added summary to admin deletion confirmation pages. 2014-08-14 13:56:23 -04:00
404.html MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
500.html Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail 2012-09-26 14:14:51 +02:00
actions.html Fixed #13472 - Fixed minor regression in admin actions template introduced in r12968. Thanks for the report, Carl Meyer. 2010-05-04 22:13:14 +00:00
app_index.html Fixed #21371 -- Added the block.super to admin bodyclass blocks. 2014-02-10 09:13:29 -05:00
base.html Fixed #13749 -- Added link from admin site to front-end site. 2014-08-27 08:34:53 -04:00
base_site.html Restored site header text in password reset view. 2014-05-07 23:12:58 -03:00
change_form.html Fixed #23075 -- Added documentation on novalidate attribute and made it default for admin 2014-08-26 14:20:31 +02:00
change_list.html Fixed #23075 -- Added documentation on novalidate attribute and made it default for admin 2014-08-26 14:20:31 +02:00
change_list_results.html Fixed #22306 -- Deprecated future versions of cycle and firstof template tags. 2014-03-28 18:55:06 -04:00
date_hierarchy.html Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
delete_confirmation.html Fixed #20133 -- Added summary to admin deletion confirmation pages. 2014-08-14 13:56:23 -04:00
delete_selected_confirmation.html Fixed #20133 -- Added summary to admin deletion confirmation pages. 2014-08-14 13:56:23 -04:00
filter.html Updated uses of i18n.blocktrans template tag to use the new more compact syntax introduced in 1.3. 2011-12-01 22:57:01 +00:00
index.html Fixed #21371 -- Added the block.super to admin bodyclass blocks. 2014-02-10 09:13:29 -05:00
invalid_setup.html Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. 2012-04-24 19:55:52 +00:00
login.html Fixed #22329 -- Used label_tag() in some admin auth templates. 2014-03-29 08:54:56 -04:00
object_history.html Used application verbose names in the admin. 2013-12-22 16:53:57 +01:00
pagination.html Reverted [13998] because it never worked. 2010-12-13 13:20:02 +00:00
popup_response.html Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly considered by the admin's interface when creating related objects. 2013-09-07 12:14:07 -05:00
prepopulated_fields_js.html Fixed #13068 (again) -- Corrected the admin stacked inline template to allow prepopulated fields to work (Thanks Stanislas Guerra for the report). Also fixed a regression introduced in [16953] where prepopulated fields wouldn't be recognized any more due to the additional "field-" CSS class name prefix. 2012-02-19 16:42:12 +00:00
search_form.html Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter. 2013-06-19 22:16:16 +02:00
submit_line.html Fixed #6903 - Preserve admin changelist filters after saving or deleting an object 2013-06-19 02:41:36 +07:00