start of plan view
This commit is contained in:
@@ -14268,6 +14268,9 @@ def rower_create_trainingplan(request,id=0):
|
||||
})
|
||||
|
||||
|
||||
@user_passes_test(hasplannedsessions,login_url="/", redirect_field_name=None)
|
||||
def rower_view_trainingplan(request,id=0):
|
||||
pass
|
||||
|
||||
class TrainingPlanUpdate(UpdateView):
|
||||
model = TrainingPlan
|
||||
|
||||
Reference in New Issue
Block a user