added option to switch off fast calc
This commit is contained in:
@@ -875,9 +875,11 @@ class WorkoutForm(ModelForm):
|
||||
|
||||
# Used for the rowing physics calculations
|
||||
class AdvancedWorkoutForm(ModelForm):
|
||||
quick_calc = forms.BooleanField(initial=True,required=False)
|
||||
|
||||
class Meta:
|
||||
model = Workout
|
||||
fields = ['boattype','weightvalue']
|
||||
fields = ['boattype','weightvalue','quick_calc']
|
||||
|
||||
class RowerExportForm(ModelForm):
|
||||
class Meta:
|
||||
|
||||
Reference in New Issue
Block a user