X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e15b74e6d8f736dfc8a6101e8b9c6583eebd7509..9e4c8e837be2943198e7c300e1ff3cde3185e0cc:/src/wolnelektury/urls.py diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index 09b4d3d42..11722fc51 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -29,6 +29,7 @@ urlpatterns = [ ] urlpatterns += [ + path('eksperymenty/', include('experiments.urls')), path('katalog/', include('catalogue.urls')), path('opds/', include('opds.urls')), path('sugestia/', include('suggest.urls')), @@ -59,7 +60,7 @@ urlpatterns += [ path('towarzystwo/', include('club.urls')), #path('pomagam/', include('club.urls2')), path('pomagam/', RedirectView.as_view( - url='/towarzystwo/', permanent=False)), + url='/towarzystwo/?pk_campaign=pomagam', permanent=False)), # Admin panel