path('mapa/', include('references.urls')),
path('newsletter/', include('newsletter.urls')),
path('formularz/', include('forms_builder.forms.urls')),
- path('isbn/', include('isbn.urls')),
path('messaging/', include('messaging.urls')),
path('re/', include('redirects.urls')),
path('stats/', include('stats.urls')),
path('towarzystwo/', RedirectView.as_view(url='/pomagam/', permanent=False, query_string=True)),
path('towarzystwo/<path:path>', RedirectView.as_view(
url='/pomagam/%(path)s', permanent=False)),
+ path('', include('bookmarks.urls')),
path('chunks/', include('chunks.urls')),