Private
Public Access
1
0

start of plan view

This commit is contained in:
Sander Roosendaal
2018-09-08 12:52:52 +02:00
parent 33c7db5ffc
commit a99ac4f5b3

View File

@@ -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