# 62 404 and 500
* adds custom 404 and 500 error handling views * adds/updates translations
This commit is contained in:
+4
-1
@@ -57,4 +57,7 @@ urlpatterns = [
|
||||
if DEBUG:
|
||||
urlpatterns += [
|
||||
path('__debug__/', include(debug_toolbar.urls)),
|
||||
]
|
||||
]
|
||||
|
||||
handler404 = "konova.views.get_404_view"
|
||||
handler500 = "konova.views.get_500_view"
|
||||
Reference in New Issue
Block a user