Club renewal procedure fixes.
[wolnelektury.git] / src / paypal / urls.py
index 7adf644..7c4f693 100644 (file)
@@ -6,8 +6,8 @@ from django.views.generic import RedirectView
 from . import views
 
 urlpatterns = (
-    path('form/', RedirectView.as_view(url='/towarzystwo/dolacz/')),
-    path('app-form/', RedirectView.as_view(url='/towarzystwo/dolacz/app/')),
+    path('form/', RedirectView.as_view(url='/pomagam/')),
+    path('app-form/', RedirectView.as_view(url='/pomagam/?pk_campaign=aplikacja')),
 
     path('return/<key>/', views.paypal_return, name='paypal_return'),
     path('app-return/<key>/', views.paypal_return, kwargs={'app': True}, name='paypal_app_return'),