Private
Public Access
1
0

fixed major issues

This commit is contained in:
Sander Roosendaal
2019-02-19 18:06:18 +01:00
parent d11d95d350
commit a0bd17b593
4 changed files with 18 additions and 11 deletions

View File

@@ -172,7 +172,7 @@ def update_subscription(rower,data,method='up'):
if rower.paidplan != 'coach':
try:
coachgroup = coach.mycoachgroup
coachgroup = rower.mycoachgroup
except CoachingGroup.DoesNotExist:
coachgroup = CoachingGroup()
coachgroup.save()