aboutsummaryrefslogtreecommitdiffstats
path: root/servo/forms/checkin.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/forms/checkin.py')
-rw-r--r--servo/forms/checkin.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/servo/forms/checkin.py b/servo/forms/checkin.py
index 4ac91f9..fdadb8e 100644
--- a/servo/forms/checkin.py
+++ b/servo/forms/checkin.py
@@ -79,11 +79,11 @@ class DeviceForm(forms.ModelForm):
'password',
)
widgets = {
- 'sn' : SearchFieldInput(),
- 'password' : forms.PasswordInput(),
- 'username' : forms.TextInput(),
- 'purchased_on' : SelectDateWidget(years=YEARS),
- 'warranty_status' : forms.Select(attrs={'readonly': 'readonly'}),
+ 'sn': SearchFieldInput(),
+ 'password': forms.PasswordInput(),
+ 'username': forms.TextInput(),
+ 'purchased_on': SelectDateWidget(years=YEARS),
+ 'warranty_status': forms.Select(attrs={'readonly': 'readonly'}),
}
def __init__(self, *args, **kwargs):