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