Django

Code

Ticket #3968: request_response.diff

File request_response.diff, 0.5 kB (added by Simon G. <dev@simon.net.nz>, 2 years ago)
  • docs/request_response.txt

    old new  
    483483template that is displayed when a 404 error is raised. This template should be 
    484484called ``404.html`` and located in the top level of your template tree. 
    485485 
    486 Customing error views 
    487 --------------------- 
     486Customizing error views 
     487----------------------- 
    488488 
    489489The 404 (page not found) view 
    490490~~~~~~~~~~~~~~~~~~~~~~~~~~~~~