X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f1ca816d6a3c478d7d0f8018a57aa6b8a0762201..72fe2a679f27d81c92c65cf005ebf13fae7c7e34:/src/wolnelektury/urls.py?ds=sidebyside diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index 11722fc51..5fdff167c 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -49,19 +49,11 @@ urlpatterns += [ path('messaging/', include('messaging.urls')), path('re/', include('redirects.urls')), path('stats/', include('stats.urls')), - - path('paypal/app-form/', RedirectView.as_view( - 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/?pk_campaign=pomagam', permanent=False)), - + path('pomagam/', include('club.urls')), + path('towarzystwo/', RedirectView.as_view( + url='/pomagam/%(path)s', permanent=False)), # Admin panel path('admin/catalogue/book/import', catalogue.views.import_book, name='import_book'),