From: Radek Czajka Date: Tue, 19 Apr 2022 11:59:15 +0000 (+0200) Subject: fix X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/df60910b2d457f031cbe0a153e51e7378c0165d8 fix --- diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index e6c407a96..376714103 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -54,6 +54,7 @@ urlpatterns += [ path('powiadomienie/', include('push.urls')), path('pomagam/', include('club.urls')), path('towarzystwo/notify//', club.views.PayUNotifyView.as_view(), name='club_payu_notify'), + path('towarzystwo/', RedirectView.as_view(url='/pomagam/', permanent=False)), path('towarzystwo/', RedirectView.as_view( url='/pomagam/%(path)s', permanent=False)),