add self to fix reference to team responsible

This commit is contained in:
Stephan Telling 2018-03-04 15:22:13 +01:00
parent 10bd3bdd0d
commit bc042a1755
No known key found for this signature in database
GPG Key ID: E2A0AE38ABC88337
1 changed files with 1 additions and 1 deletions

View File

@ -165,5 +165,5 @@ class TeamTask(CampRelatedModel):
@property
def responsible(self):
return team.responsible.all()
return self.team.responsible.all()