path('wesprzyj/', include('funding.urls')),
path('ankieta/', include('polls.urls')),
path('biblioteki/', include('libraries.urls')),
+ path('pinezki/', include('references.urls')),
path('newsletter/', include('newsletter.urls')),
path('formularz/', include('forms_builder.forms.urls')),
path('isbn/', include('isbn.urls')),
urlpatterns += [
# old static pages - redirected
path('1procent/', RedirectView.as_view(
- url='http://nowoczesnapolska.org.pl/wesprzyj_nas/', permanent=True)),
+ url='https://fundacja.wolnelektury.pl/pomoz-nam/1-procent/', permanent=True)),
path('epub/', RedirectView.as_view(
url='/katalog/lektury/', permanent=False)),
path('mozesz-nam-pomoc/', RedirectView.as_view(