more fixes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user