aboutsummaryrefslogtreecommitdiffstats
path: root/servo/forms/devices.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2016-11-11 01:09:06 +0200
committerFilipp Lepalaan <filipp@mac.com>2016-11-11 01:09:06 +0200
commit21ea1c543918660eaf2d85b3760746557ece039c (patch)
tree69fe8ef66b73c35314992e07dc7efeb8cf5996f5 /servo/forms/devices.py
parent37d98e8288469fc1d2df9e5589f1f94169e0c435 (diff)
downloadServo-21ea1c543918660eaf2d85b3760746557ece039c.tar.gz
Servo-21ea1c543918660eaf2d85b3760746557ece039c.tar.bz2
Servo-21ea1c543918660eaf2d85b3760746557ece039c.zip
Cleanup
Diffstat (limited to 'servo/forms/devices.py')
-rw-r--r--servo/forms/devices.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/servo/forms/devices.py b/servo/forms/devices.py
index e3c1dae..8d41c02 100644
--- a/servo/forms/devices.py
+++ b/servo/forms/devices.py
@@ -12,12 +12,10 @@ product_lines = [(k, x['name']) for k, x in Device.PRODUCT_LINES.items()]
class DeviceSearchForm(forms.Form):
product_line = forms.MultipleChoiceField(
- #widget=forms.CheckboxSelectMultiple,
choices=product_lines,
required=False
)
warranty_status = forms.MultipleChoiceField(
- #widget=forms.CheckboxSelectMultiple,
choices=Device.WARRANTY_CHOICES,
required=False,
)
@@ -73,4 +71,3 @@ class DeviceUploadForm(forms.Form):
class DiagnosticsForm(forms.Form):
pass
-