Private
Public Access
1
0

Merge branch 'feature/newdataflow' into develop

This commit is contained in:
2025-11-16 13:11:52 +01:00
32 changed files with 3738 additions and 2402 deletions

View File

@@ -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())