X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/265d73dffcdea6560f38087eac0219777084c181..da1171ae5f512c20c68a0616b3157ae9927a6f1f:/src/wolnelektury/urls.py diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index 3d420cec6..a95f69055 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -44,7 +44,7 @@ urlpatterns += [ path('wesprzyj/', include('funding.urls')), path('ankieta/', include('polls.urls')), path('biblioteki/', include('libraries.urls')), - path('pinezki/', include('references.urls')), + path('mapa/', include('references.urls')), path('newsletter/', include('newsletter.urls')), path('formularz/', include('forms_builder.forms.urls')), path('isbn/', include('isbn.urls')),