X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/13c4006f37b417e6dbccd90e9ebdbd020bedf702..cafca91e28661f24abbcda91c733de7e77d16e86:/src/wolnelektury/urls.py?ds=inline

diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py
index f34071f75..a95f69055 100644
--- a/src/wolnelektury/urls.py
+++ b/src/wolnelektury/urls.py
@@ -44,6 +44,7 @@ urlpatterns += [
     path('wesprzyj/', include('funding.urls')),
     path('ankieta/', include('polls.urls')),
     path('biblioteki/', include('libraries.urls')),
+    path('mapa/', include('references.urls')),
     path('newsletter/', include('newsletter.urls')),
     path('formularz/', include('forms_builder.forms.urls')),
     path('isbn/', include('isbn.urls')),