Private
Public Access
1
0

Strokedata post working (somehow)

This commit is contained in:
Sander Roosendaal
2016-11-26 21:32:37 +01:00
parent 0facd70ac1
commit 2b8527074e
4 changed files with 122 additions and 61 deletions

View File

@@ -27,6 +27,10 @@ class CNsummaryForm(forms.Form):
class SummaryStringForm(forms.Form):
intervalstring = forms.CharField(max_length=255,label='Workout Description')
class StrokeDataForm(forms.Form):
strokedata = forms.CharField(label='payload',
widget=forms.Textarea)
class DocumentsForm(forms.Form):
filetypechoices = (
('csv' , 'Painsled iOS CSV'),