Private
Public Access
1
0

coaches can edit video analysis

This commit is contained in:
Sander Roosendaal
2019-12-16 17:25:24 +01:00
parent 9a3c8b95ba
commit b20381be9d
2 changed files with 5 additions and 2 deletions

View File

@@ -172,6 +172,9 @@ def workout_video_create_view(request,id=0):
else:
mode = 'erg'
mayedit = checkworkoutuser(request.user,w) and isprorower(request.user.rower)
# get video ID and offset
if request.method == 'POST':
form = VideoAnalysisCreateForm(request.POST)