add self to fix reference to team responsible
This commit is contained in:
parent
10bd3bdd0d
commit
bc042a1755
|
@ -165,5 +165,5 @@ class TeamTask(CampRelatedModel):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def responsible(self):
|
def responsible(self):
|
||||||
return team.responsible.all()
|
return self.team.responsible.all()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue