repaired celery, c2 error, finish merge
This commit is contained in:
@@ -32,10 +32,14 @@ class CNsummaryForm(forms.Form):
|
||||
class SummaryStringForm(forms.Form):
|
||||
intervalstring = forms.CharField(max_length=255,label='Workout Description')
|
||||
|
||||
# little window to type a Team invitation code
|
||||
class TeamInviteCodeForm(forms.Form):
|
||||
code = forms.CharField(max_length=10,label='Team Code',
|
||||
)
|
||||
|
||||
# Used for testing the POST API for StrokeData
|
||||
class StrokeDataForm(forms.Form):
|
||||
strokedata = forms.CharField(label='payload',
|
||||
widget=forms.Textarea)
|
||||
strokedata = forms.CharField(label='payload',widget=forms.Textarea)
|
||||
|
||||
# The form used for uploading files
|
||||
class DocumentsForm(forms.Form):
|
||||
|
||||
Reference in New Issue
Block a user