Opened 3 years ago
Closed 3 years ago
#33601 closed New feature (wontfix)
Adding Homepage redirect option to Standard 404 page.
Reported by: | Arpan Sharma | Owned by: | Arpan Sharma |
---|---|---|---|
Component: | Core (Other) | Version: | 4.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The standard 404 page displayed by Django when Debug = False does not contain an option to Go to the Home Page of the Website or to revert back in the history.
Most standard websites have this feature which lets users to explore other pages of the site.
Change History (3)
comment:1 by , 3 years ago
Owner: | changed from | to
---|
comment:2 by , 3 years ago
Has patch: | set |
---|
comment:3 by , 3 years ago
Component: | Uncategorized → Core (Other) |
---|---|
Resolution: | → wontfix |
Status: | assigned → closed |
Thanks for this ticket, however we want to encourage users to provide custom error pages and keep the default implementation as simple as possible. Also, I don't think it would be a good idea to add a link to history.back()
as far as I'm aware it's not widely used in 404 pages.
You can start a discussion on DevelopersMailingList if you don't agree.
The PR for this ticket is as follows -
https://github.com/django/django/pull/15547