Skip to content

Fix custom 404 handler response

Andy Summers requested to merge andrew-summers/scout:custom404 into master

This PR fixes the custom 404 handling function custom_404_response() by including the now required exception parameter. Also included is an update to urls.py to migrate from url() to path().

Please review: @NUWAN.KUMARASIRI @TREFILEK @bjsousa

Merge request reports