Merge branch 'release/v12.69' into develop
This commit is contained in:
@@ -3086,7 +3086,7 @@ class IndoorVirtualRaceResultForm(ModelForm):
|
||||
class Meta:
|
||||
model = IndoorVirtualRaceResult
|
||||
fields = ['teamname','weightcategory','boatclass','age','adaptiveclass',
|
||||
#'entrycategory'
|
||||
'entrycategory'
|
||||
]
|
||||
|
||||
|
||||
@@ -3104,7 +3104,7 @@ class VirtualRaceResultForm(ModelForm):
|
||||
model = VirtualRaceResult
|
||||
fields = ['teamname','weightcategory','boatclass','boattype',
|
||||
'age','adaptiveclass',
|
||||
#'entrycategory'
|
||||
'entrycategory'
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user