From: Radek Czajka Date: Fri, 18 Jun 2021 08:02:16 +0000 (+0200) Subject: Temporary redirect. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/e15b74e6d8f736dfc8a6101e8b9c6583eebd7509 Temporary redirect. --- diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index f4bd6b251..09b4d3d42 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -57,6 +57,10 @@ urlpatterns += [ path('paypal/', include('paypal.urls')), path('powiadomienie/', include('push.urls')), path('towarzystwo/', include('club.urls')), + #path('pomagam/', include('club.urls2')), + path('pomagam/', RedirectView.as_view( + url='/towarzystwo/', permanent=False)), + # Admin panel path('admin/catalogue/book/import', catalogue.views.import_book, name='import_book'),