X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b08ceb573c9a41d421cc796fb5688720a9cb0995..3862401b670120eaebd893e2bf445ce48f4d9e75:/src/wolnelektury/urls.py?ds=inline

diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py
index 1fc60fcb0..492f1ddd5 100644
--- a/src/wolnelektury/urls.py
+++ b/src/wolnelektury/urls.py
@@ -47,6 +47,7 @@ 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/?pk_campaign=aplikacja', permanent=False)),
@@ -56,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/?pk_campaign=pomagam', permanent=False)),
+    
 
     # Admin panel
     path('admin/catalogue/book/import', catalogue.views.import_book, name='import_book'),