@@ -18,10 +18,9 class CGSConfigurationForm(forms.ModelForm): | |||
|
18 | 18 | self.fields['experiment'].widget.attrs['disabled'] = 'disabled' |
|
19 | 19 | |
|
20 | 20 | self.fields['device'].widget.choices = [(device.id, device) for device in devices] |
|
21 | ||
|
21 | ||
|
22 | 22 | def clean(self): |
|
23 | return | |
|
24 | # | |
|
23 | return | |
|
25 | 24 | |
|
26 | 25 | class Meta: |
|
27 | 26 | model = CGSConfiguration |
General Comments 0
You need to be logged in to leave comments.
Login now