Private
Public Access
1
0

all the plumbing to let people select, drop, offer, coaching

This commit is contained in:
Sander Roosendaal
2019-02-17 10:36:59 +01:00
parent 5f8fd9315a
commit c4523ea03e
11 changed files with 193 additions and 16 deletions

View File

@@ -178,7 +178,7 @@ def coach_remove_athlete(coach,rower):
coach.mycoachgroup = coachgroup
coach.save()
rower.coachingrgroups.remove(coachgroup)
rower.coachinggroups.remove(coachgroup)
return (1,'Coach removed')