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.
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