Opened 2 years ago

Closed 2 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 Arpan Sharma, 2 years ago

Owner: changed from Arpan Sharma to Arpan Sharma

comment:2 by Arpan Sharma, 2 years ago

Has patch: set

The PR for this ticket is as follows -
https://github.com/django/django/pull/15547

comment:3 by Mariusz Felisiak, 2 years ago

Component: UncategorizedCore (Other)
Resolution: wontfix
Status: assignedclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top