add err404 page (on /404) (not working, template file missing)
This commit is contained in:
@ -87,3 +87,6 @@ def logout(request):
|
||||
|
||||
def handler404(request, exception):
|
||||
return(index(request));
|
||||
|
||||
def err404(request):
|
||||
return(render(request, "err404.html"))
|
||||
|
Reference in New Issue
Block a user