| 560 | | To create a ``404.html`` template in the root of your template |
|---|
| 561 | | directory. The default 404 view will use that template for all |
|---|
| 562 | | 404 errors. The default 404 view will pass one variable to the |
|---|
| 563 | | template: ``request_path``, which is the URL which resulted in |
|---|
| 564 | | the 404. |
|---|
| | 560 | you must create a ``404.html`` template in the root of your |
|---|
| | 561 | template directory. The default 404 view will use that template |
|---|
| | 562 | for all 404 errors. The default 404 view will pass one variable |
|---|
| | 563 | to the template: ``request_path``, which is the URL which |
|---|
| | 564 | resulted in the 404. |
|---|