flow flush manual upload - still saving as private
This commit is contained in:
@@ -425,8 +425,6 @@ class DocumentsForm(forms.Form):
|
||||
notes = forms.CharField(required=False,
|
||||
widget=forms.Textarea)
|
||||
|
||||
offline = forms.BooleanField(initial=False, required=False,
|
||||
label='Process in Background')
|
||||
|
||||
class Meta:
|
||||
fields = ['title', 'file', 'workouttype',
|
||||
@@ -580,9 +578,6 @@ class UploadOptionsForm(forms.Form):
|
||||
label='Submit as challenge Result',
|
||||
required=False)
|
||||
|
||||
landingpage = forms.ChoiceField(choices=nextpages,
|
||||
initial='workout_edit_view',
|
||||
label='After Upload, go to')
|
||||
|
||||
raceid = forms.IntegerField(initial=0, widget=HiddenInput())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user