Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-11-14 13:04:20 +01:00
parent 0113c096ce
commit 45add21210
3 changed files with 24 additions and 5 deletions

View File

@@ -3253,6 +3253,11 @@ class IndoorVirtualRaceResult(models.Model):
max_length=40,
default='rower',
verbose_name = 'Ergometer Class')
boattype = models.CharField(choices=boattypes,max_length=40,
default='1x',
verbose_name = 'Boat Type'
)
coursecompleted = models.BooleanField(default=False)
sex = models.CharField(default="not specified",
max_length=30,