X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ac58d34d34f2290f75e05b11c4c1919cec163375..05901815616a29900729502d346b1eed8d9ae923:/src/wolnelektury/urls.py diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index 3ba36dae9..1fc60fcb0 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -46,9 +46,10 @@ urlpatterns += [ path('formularz/', include('forms_builder.forms.urls')), path('isbn/', include('isbn.urls')), path('messaging/', include('messaging.urls')), + path('re/', include('redirects.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)),