moved workout creation to dataprep for workout_upload
This commit is contained in:
@@ -31,6 +31,8 @@ from rowers.tasks import (
|
||||
inviteduration = 14 # days
|
||||
|
||||
def update_team(t,name,manager,private,notes):
|
||||
if t.manager != manager:
|
||||
return (0,'You are not the manager of this team')
|
||||
try:
|
||||
t.name = name
|
||||
t.manager = manager
|
||||
|
||||
Reference in New Issue
Block a user