Private
Public Access
1
0

improvment in prefs

This commit is contained in:
Sander Roosendaal
2022-12-19 08:01:26 +01:00
parent 555eb0a518
commit 9db40cb8e8
2 changed files with 53 additions and 4 deletions

View File

@@ -4222,7 +4222,7 @@ class RowerExportForm(ModelForm):
# Simple form to set rower's Functional Threshold Power
class SimpleRowerPowerForm(ModelForm):
otwftp = forms.IntegerField(initial=0,required=False, label='FTP on water')
otwftp = forms.IntegerField(initial=0,required=True, label='FTP on water')
class Meta:
model = Rower
fields = ['ftp']