WIP
This commit is contained in:
@@ -10,4 +10,6 @@ urlpatterns = [
|
||||
path('create/', views.add_workout, name='create new workout'),
|
||||
path('planned_workouts/', views.workouts_planned_by_logged_in_user, name='planned workout for user'),
|
||||
path('plan_workout/', views.plan_workout, name='plan workout'),
|
||||
|
||||
path('add_from_files/', views.add_from_files, name='plan workout'),
|
||||
]
|
||||
Reference in New Issue
Block a user