Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1735 closed enhancement (fixed)

[patch] 404 view should pass the request path into context

Reported by: James Bennett Owned by: Adrian Holovaty
Component: Core (Other) Version: magic-removal
Severity: normal 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

Custom 404 pages are a lot easier if you've got access to the request path.

Attachments (1)

defaults.diff (667 bytes ) - added by James Bennett 18 years ago.
Patch to add 'request_path' variable to 404 context

Download all attachments as: .zip

Change History (3)

by James Bennett, 18 years ago

Attachment: defaults.diff added

Patch to add 'request_path' variable to 404 context

comment:1 by James Bennett, 18 years ago

Summary: 404 view should pass the request path into context[patch] 404 view should pass the request path into context
Version: magic-removal

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2804]) magic-removal: Fixed #1735 -- Default 404 view now gets 'request_path' in template context. Thanks, ubernostrum

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