Private
Public Access
1
0

slight update of upload page

This commit is contained in:
Sander Roosendaal
2017-02-15 16:26:06 +01:00
parent 1a9cab8894
commit f255997dbe
2 changed files with 8 additions and 2 deletions

View File

@@ -79,9 +79,11 @@ class UploadOptionsForm(forms.Form):
make_plot = forms.BooleanField(initial=False,required=False)
plottype = forms.ChoiceField(required=False,
choices=plotchoices,
initial='timeplot')
initial='timeplot',
label='Plot Type')
upload_to_C2 = forms.BooleanField(initial=False,required=False)
makeprivate = forms.BooleanField(initial=False,required=False)
makeprivate = forms.BooleanField(initial=False,required=False,
label='Make Workout Private')
class Meta:
fields = ['make_plot','plottype','upload_toc2','makeprivate']

View File

@@ -29,6 +29,10 @@
</table>
</p>
<p>
You can select one static plot to be generated immediately for this workout. You can select to upload to Concept2 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>
<p>
Valid file types are:
<ul>