Redirect URL lead to non-existent pages
URLs that don't have any content on them and lead to sub-pages might redirect to a nonexistent page. The redirect should be either done with reverse_lazy()
call in urls.py
or, better, in views.py
so that the view can be reused later.