Opened 11 years ago
Closed 11 years ago
#22905 closed Cleanup/optimization (invalid)
admin template 404.html and 500.html not found
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | contrib.admin | Version: | dev | 
| Severity: | Normal | Keywords: | admin, templates, 404 | 
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
django 1.6.5
pages 404.html and 500.html exists here "./django/contrib/admin/templates/admin/", but app_directories loader looking this path "./django/contrib/admin/templates/"
Change History (2)
comment:1 by , 11 years ago
| Type: | Uncategorized → Cleanup/optimization | 
|---|---|
| Version: | 1.6 → master | 
comment:2 by , 11 years ago
| Resolution: | → invalid | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
I cannot think of any case where they would be used by default. Seems like they could be deleted, although it's possible they could be referenced by a custom handler404/500.