Display a "this link does not exist" page when navigating to a non existent Go link
Summary
If I were to navigate to a Go link that does not exist, the following page gets rendered:
It would be nice instead to display a customized 404 page that says the Go link doesn't exist. You will need to add an if
condition in the redirection method located in views.py
that will render this page when a go link does not exist.