Private
Public Access
1
0

solving issue #331

This commit is contained in:
Sander Roosendaal
2018-06-21 18:13:04 +02:00
parent 172ea9e974
commit 9661bb2124
2 changed files with 15 additions and 3 deletions

View File

@@ -1840,7 +1840,16 @@ class AdvancedWorkoutForm(ModelForm):
class RowerExportForm(ModelForm):
class Meta:
model = Rower
fields = ['stravaexportas']
fields = [
'stravaexportas',
'polar_auto_import',
'c2_auto_export',
'mapmyfitness_auto_export',
'runkeeper_auto_export',
'sporttracks_auto_export',
'strava_auto_export',
'trainingpeaks_auto_export',
]
# Simple form to set rower's Functional Threshold Power
class RowerPowerForm(ModelForm):