Private
Public Access
1
0

more fixes

This commit is contained in:
Sander Roosendaal
2020-01-16 16:16:44 +01:00
parent c23fd15b7c
commit 7c167767a2
5 changed files with 26 additions and 33 deletions

View File

@@ -263,9 +263,6 @@ def can_plan_user(user,rower):
if rower in t.rower.all():
return True
return user in team_managers
# paying coach can plan for all kinds of rowers
if is_paid_coach(user):
for t in teams: