Private
Public Access
1
0

ready for merge back

This commit is contained in:
2024-12-14 13:58:23 +01:00
parent a7d48d711f
commit dfad4865c9
10 changed files with 61 additions and 67 deletions

View File

@@ -4561,6 +4561,7 @@ class RowerExportForm(ModelForm):
'rp3_auto_import',
'intervals_auto_import',
'intervals_auto_export',
'intervals_resample_to_1s'
]
class RowerExportFormStrava(ModelForm):
@@ -4616,7 +4617,6 @@ class RowerExportFormTrainingPeaks(ModelForm):
model = Rower
fields = [
'trainingpeaks_auto_export',
'rp3_auto_import',
]
class RowerExportFormRP3(ModelForm):