This commit is contained in:
Ross
2021-08-31 22:20:11 +01:00
parent 61993331b3
commit 60aff5fb81
3 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ urlpatterns = [
]
#handler400 = 'my_app.views.bad_request'
#handler403 = 'my_app.views.permission_denied'
handler403 = 'rad.views.page_forbidden'
handler404 = 'rad.views.page_not_found'
#handler500 = 'my_app.views.server_error'