Private
Public Access
1
0

Merge branch 'feature/eol_2026' into develop

This commit is contained in:
2025-12-08 18:48:20 +01:00
14 changed files with 84 additions and 104 deletions

View File

@@ -832,7 +832,6 @@ urlpatterns = [
name='payment_completed_view'),
re_path(r'^downgradecompleted/$', views.downgrade_completed_view,
name='downgrade_completed_view'),
re_path(r'^paidplans/$', views.paidplans_view, name='paidplans_view'),
re_path(r'^me/cancelsubscriptions/$',
views.plan_stop_view, name='plan_stop_view'),
re_path(r'^me/cancelsubscription/(?P<id>[\w\ ]+.*)/$',
@@ -847,10 +846,6 @@ urlpatterns = [
re_path(r'^starttrial/$', views.start_trial_view, name='start_trial_view'),
re_path(r'^legal', TemplateView.as_view(
template_name='legal.html'), name='legal'),
re_path(r'^register/$', views.rower_register_view,
name='rower_register_view'),
re_path(r'^coachregister/$', views.coach_register_view,
name='coach_register_view'),
path('activate/<uidb64>/<token>/', views.useractivate, name='useractivate'),
re_path(r'^register/thankyou/$', TemplateView.as_view(
template_name='registerthankyou.html'), name='registerthankyou'),