the ajax is working
This commit is contained in:
@@ -877,6 +877,10 @@ urlpatterns = [
|
||||
name='rower_select_instantplan'),
|
||||
re_path(r'^plans/stepeditor/$',
|
||||
views.stepeditor, name='stepeditor'),
|
||||
re_path(r'^plans/stepeditor/(?P<id>\d+)/$',
|
||||
views.stepeditor, name='stepeditor'),
|
||||
re_path(r'^plans/stepadder/(?P<id>\d+)/$',
|
||||
views.stepadder, name='stepadder'),
|
||||
re_path(r'^plans/(?P<id>[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12})/$',
|
||||
views.rower_view_instantplan, name='rower_view_instantplan'),
|
||||
re_path(r'^buyplan/(?P<id>\d+)/$', views.buy_trainingplan_view,
|
||||
|
||||
Reference in New Issue
Block a user