Changes between Version 7 and Version 8 of ExtendingAdminTemplates
- Timestamp:
- Sep 25, 2012, 5:34:13 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExtendingAdminTemplates
v7 v8 1 I'd suggest that this page is out of date and misleading. You can override templates correctly, using <app-dir>/templates/admin/<app-label>/<model-name>/<template-name>.html, and then adding the {% extends "admin/<template-name>.html" %} tag at the top. 1 2 == This page is out of date. Please see https://docs.djangoproject.com/en/dev/ref/contrib/admin/#overriding-admin-templates for docs on overriding admin templates in the latest versions of Django. == 2 3 3 4 = Extending the Admin Templates =