now working with crude confirmation page
This commit is contained in:
@@ -292,6 +292,9 @@ urlpatterns = [
|
||||
views.agegrouprecordview, name='agegrouprecordview'),
|
||||
re_path(r'^agegrouprecords/$',
|
||||
views.agegrouprecordview, name='agegrouprecordview'),
|
||||
re_path(r'^workouts/actions/$',
|
||||
views.workouts_bulk_actions,
|
||||
name='workouts_bulk_actions'),
|
||||
re_path(r'^workouts/setrpe/$', views.workouts_setrpe_view,
|
||||
name='workouts_setrpe_view'),
|
||||
re_path(r'^workouts/setrpe/user/(?P<userid>\d+)/$', views.workouts_setrpe_view,
|
||||
|
||||
Reference in New Issue
Block a user