X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9e05900b7692f2d2a484edb33df69e8519e52131..4cadef92cdc776f7da86edfd1bd3547f4d91c816:/src/wolnelektury/urls.py diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index 71bf1b54a..2a3f6c6a8 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -84,3 +84,7 @@ urlpatterns += [ url(r'^wolontariat/$', RedirectView.as_view( url='/info/wlacz-sie-w-prace/', permanent=False)), ] + +urlpatterns += [ + url(r'^error-test/$', views.exception_test), +]