X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8495246162e34c6213633cfdc9a784c636bf75ca..ace92112e99e3f48466e4d230087c3ab40187450:/src/wolnelektury/urls.py diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index 72a524915..8b02fda40 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -50,6 +50,10 @@ urlpatterns += [ url(r'^newsletter/', include('newsletter.urls')), url(r'^formularz/', include('contact.urls')), url(r'^isbn/', include('isbn.urls')), + + url(r'^paypal/app-form/$', RedirectView.as_view( + url='/towarzystwo/dolacz/?app=1', permanent=True)), + url(r'^paypal/', include('paypal.urls')), url(r'^powiadomienie/', include('push.urls')), url(r'^towarzystwo/', include('club.urls')),