path('towarzystwo/dolacz/', RedirectView.as_view(
url='/towarzystwo/', permanent=False)),
path('paypal/', include('paypal.urls')),
path('powiadomienie/', include('push.urls')),
path('towarzystwo/', include('club.urls')),
path('towarzystwo/dolacz/', RedirectView.as_view(
url='/towarzystwo/', permanent=False)),
path('paypal/', include('paypal.urls')),
path('powiadomienie/', include('push.urls')),
path('towarzystwo/', include('club.urls')),