X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ac58d34d34f2290f75e05b11c4c1919cec163375..c4c73f2204ba7136b9573c33b2a0f9a01829b78a:/src/wolnelektury/urls.py?ds=sidebyside

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)),