moved some of form to chart
This commit is contained in:
@@ -1870,14 +1870,6 @@ class ForceCurveOptionsForm(forms.Form):
|
||||
|
||||
notes = forms.CharField(initial="", label='notes', widget=HiddenInput, required=False)
|
||||
|
||||
plotchoices = (
|
||||
('line', 'Force Curve Collection Plot'),
|
||||
('scatter', 'Peak Force Scatter Plot'),
|
||||
('none', 'Only aggregrate data')
|
||||
)
|
||||
plottype = forms.ChoiceField(choices=plotchoices, initial='line',
|
||||
label='Individual Stroke Chart Type')
|
||||
|
||||
name = forms.CharField(initial="", label='Name',required=False)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user