Private
Public Access
1
0

reverse race list order for past races

This commit is contained in:
Sander Roosendaal
2018-11-28 19:18:04 +01:00
parent a50f9da606
commit 22f122f195
3 changed files with 8 additions and 1 deletions

View File

@@ -808,6 +808,8 @@ def race_can_withdraw(r,race):
race=race
)
if not records:
return False
@@ -827,6 +829,7 @@ def race_can_withdraw(r,race):
elif timezone.now() > startdatetime:
return False
return True
def race_can_register(r,race):