enewe101 / digidemo

digital democracy engine
1 stars 0 forks source link

Make a proper 404 page #37

Open enewe101 opened 9 years ago

enewe101 commented 9 years ago

Right now, running in testing mode, we get a 404 error. We should ensure that, when running in production mode, a custom 404 page is shown. It should be based on the __base.html template, and should contain a 404 message and a reasonable set of links that might be useful given the requested page couldn't be found.

We should make sure that this page is returned if no url match could be found OR if the url matched, but no corresponding object was found (for example, they are requesting an issue that doesn't exist)

enewe101 commented 9 years ago

And a 500 page, and pages for other http errors.