cfpb / regulations-site

(DEPRECATED) Web interface for viewing U.S. federal regulations and other regulatory information
Other
28 stars 43 forks source link

Catch more common errors #826

Closed willbarton closed 7 years ago

willbarton commented 7 years ago

I've added a catch for Type/Index errors in two more locations where we consistently encounter them.

I've also modified the custom 404 handler to simply throw an Http404 to let Django handle it. This will have the effect of presenting the same 404 page that we consistent do across cf.gov.

@chosak @grapesmoker