| 138 | * If you've created any custom admin templates, add the appropriate line from the admin {{{TEMPLATE_DIRS}}} setting to your "main" {{{TEMPLATE_DIRS}}}. |
| 139 | * If you've created any custom admin templates, note that the template inheritance structure has changed. All admin templates are now within an {{{admin}}} subdirectory of the template directory. The following admin templates are directly affected by this change: |
| 140 | * 400 --> admin/404 |
| 141 | * 500 --> admin/500 |
| 142 | * base --> admin/base |
| 143 | * base_site --> admin/base_site |
| 144 | * admin_object_history --> admin/object_history |
| 145 | * delete_confirmation_generic --> admin/delete_confirmation |
| 146 | * index --> admin/index |
| 147 | * login --> admin/login |
| 148 | * template_validator --> admin/template_validator |