replaced upload with export in upload page
This commit is contained in:
@@ -72,19 +72,19 @@ class UploadOptionsForm(forms.Form):
|
||||
initial='timeplot',
|
||||
label='Plot Type')
|
||||
upload_to_C2 = forms.BooleanField(initial=False,required=False,
|
||||
label='Upload to Concept2 logbook')
|
||||
label='Export to Concept2 logbook')
|
||||
upload_to_Strava = forms.BooleanField(initial=False,required=False,
|
||||
label='Upload to Strava')
|
||||
label='Export to Strava')
|
||||
upload_to_SportTracks = forms.BooleanField(initial=False,required=False,
|
||||
label='Upload to SportTracks')
|
||||
label='Export to SportTracks')
|
||||
upload_to_RunKeeper = forms.BooleanField(initial=False,required=False,
|
||||
label='Upload to RunKeeper')
|
||||
label='Export to RunKeeper')
|
||||
upload_to_MapMyFitness = forms.BooleanField(initial=False,
|
||||
required=False,
|
||||
label='Upload to MapMyFitness')
|
||||
label='Export to MapMyFitness')
|
||||
upload_to_TrainingPeaks = forms.BooleanField(initial=False,
|
||||
required=False,
|
||||
label='Upload to TrainingPeaks')
|
||||
label='Export to TrainingPeaks')
|
||||
# do_physics = forms.BooleanField(initial=False,required=False,label='Power Estimate (OTW)')
|
||||
makeprivate = forms.BooleanField(initial=False,required=False,
|
||||
label='Make Workout Private')
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
</p>
|
||||
<p>
|
||||
You can select one static plot to be generated immediately for
|
||||
this workout. You can select to upload to major fitness
|
||||
this workout. You can select to export to major fitness
|
||||
platforms automatically.
|
||||
If you check "make private", this workout will not be visible to your followers and will not show up in your teams' workouts list.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user