X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6abcfa9732ddf2221e4edb0f276067c4283e8796..bea8ac13e42fc53e2e2151503fa2a6a467b79844:/src/wolnelektury/urls.py diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index f4bd6b251..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')), @@ -57,6 +58,10 @@ urlpatterns += [ path('paypal/', include('paypal.urls')), path('powiadomienie/', include('push.urls')), path('towarzystwo/', include('club.urls')), + #path('pomagam/', include('club.urls2')), + path('pomagam/', RedirectView.as_view( + url='/towarzystwo/?pk_campaign=pomagam', permanent=False)), + # Admin panel path('admin/catalogue/book/import', catalogue.views.import_book, name='import_book'),