X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ac58d34d34f2290f75e05b11c4c1919cec163375..26b58a58e22d92250ae9dcf79d3b86aca173190a:/src/wolnelektury/urls.py diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index 3ba36dae9..f4bd6b251 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -46,9 +46,11 @@ 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)),