bug fix
This commit is contained in:
@@ -3086,7 +3086,7 @@ class IndoorVirtualRaceResultForm(ModelForm):
|
|||||||
class Meta:
|
class Meta:
|
||||||
model = IndoorVirtualRaceResult
|
model = IndoorVirtualRaceResult
|
||||||
fields = ['teamname','weightcategory','boatclass','age','adaptiveclass',
|
fields = ['teamname','weightcategory','boatclass','age','adaptiveclass',
|
||||||
#'entrycategory'
|
'entrycategory'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
@@ -3104,7 +3104,7 @@ class VirtualRaceResultForm(ModelForm):
|
|||||||
model = VirtualRaceResult
|
model = VirtualRaceResult
|
||||||
fields = ['teamname','weightcategory','boatclass','boattype',
|
fields = ['teamname','weightcategory','boatclass','boattype',
|
||||||
'age','adaptiveclass',
|
'age','adaptiveclass',
|
||||||
#'entrycategory'
|
'entrycategory'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user