Initial bookmarks.
[wolnelektury.git] / src / wolnelektury / urls.py
index afee7f1..cfecb50 100644 (file)
@@ -57,6 +57,7 @@ urlpatterns += [
     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')),