X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ac58d34d34f2290f75e05b11c4c1919cec163375..e15b74e6d8f736dfc8a6101e8b9c6583eebd7509:/src/wolnelektury/urls.py?ds=inline diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index 3ba36dae9..09b4d3d42 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -46,15 +46,21 @@ urlpatterns += [ 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('paypal/app-form/', RedirectView.as_view( - url='/towarzystwo/?app=1', permanent=False)), + url='/towarzystwo/?pk_campaign=aplikacja', permanent=False)), path('towarzystwo/dolacz/', RedirectView.as_view( url='/towarzystwo/', permanent=False)), 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/', permanent=False)), + # Admin panel path('admin/catalogue/book/import', catalogue.views.import_book, name='import_book'),