X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/13c4006f37b417e6dbccd90e9ebdbd020bedf702..6dc65dcaa0245bfb27f1a857016b8c25f8214557:/src/wolnelektury/urls.py 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')),