X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9e05900b7692f2d2a484edb33df69e8519e52131..0f5a920e2012813330cf7ffe0c559cc48222810c:/src/wolnelektury/urls.py?ds=sidebyside

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),
+]