X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/47f52a37e100ff30ce8fe2c62835ae0b596b909b..689dab7f9aab019f0419133043bf02efcf469c93:/src/wolnelektury/urls.py?ds=sidebyside diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index d4a8ee157..f4bd6b251 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -47,9 +47,10 @@ urlpatterns += [ 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)),