Private
Public Access
1
0

going through the tests

This commit is contained in:
2024-12-30 17:22:42 +01:00
parent 9c7f06684e
commit 2759fd56eb
39 changed files with 135 additions and 500 deletions

View File

@@ -245,7 +245,7 @@ def create_coaching_request(coach, user): # pragma: no cover
while code in codes: # pragma: no cover
code = uuid.uuid4().hex[:10].upper()
if 'coach' in coach.rowerplan:
if coach.rowerplan == 'pro':
rekwest = CoachRequest(coach=coach, user=user, code=code)
rekwest.save()