removing some remnants of coach and plan
This commit is contained in:
@@ -846,10 +846,6 @@ urlpatterns = [
|
||||
re_path(r'^purchasecheckouts/$', views.purchase_checkouts_view,
|
||||
name='purchase_checkouts_view'),
|
||||
re_path(r'^starttrial/$', views.start_trial_view, name='start_trial_view'),
|
||||
re_path(r'^startplantrial/$', views.start_plantrial_view,
|
||||
name='start_plantrial_view'),
|
||||
re_path(r'^startcoachtrial/$', views.start_coachtrial_view,
|
||||
name='start_coachtrial_view'),
|
||||
re_path(r'^legal', TemplateView.as_view(
|
||||
template_name='legal.html'), name='legal'),
|
||||
re_path(r'^register/$', views.rower_register_view,
|
||||
|
||||
Reference in New Issue
Block a user