Private
Public Access
1
0

closing payments page for coaches

This commit is contained in:
Sander Roosendaal
2019-02-21 17:51:51 +01:00
parent 7fd8a110eb
commit e217446b31
28 changed files with 213 additions and 113 deletions

View File

@@ -4363,11 +4363,11 @@ def team_workout_upload_view(request,message="",
rowerform.fields['user'].queryset = User.objects.filter(rower__isnull=False,rower__team__in=myteams).distinct()
return render(request, 'team_document_form.html',
{'form':form,
'teams':get_my_teams(request.user),
# 'teams':get_my_teams(request.user),
'optionsform': optionsform,
'active': 'nav-workouts',
'breadcrumbs':breadcrumbs,
'rower':r,
# 'rower':r,
'rowerform':rowerform,
})