Opened 15 years ago

Closed 15 years ago

#10986 closed (duplicate)

[patch] generic object_detail support for custom 404 page

Reported by: Maxim Ivanov Owned by: nobody
Component: Generic views Version: 1.1-beta
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It's handy to have custom 404 page for generic object_detail view. Such as "Sorry man, post not found". Here is a simple patch which adds handler404 keyword arg which should point to django template file.

Change History (2)

comment:1 by Ramiro Morales, 15 years ago

duplicate of #10987, opened by the same user four minutes later

comment:2 by Ramiro Morales, 15 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top