diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-08-14 15:21:30 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-08-14 15:21:30 +0300 |
commit | 47564afcc25b48d42c76613899b96b9826b3cfc4 (patch) | |
tree | 897c29bd595fef7f0f09a9b5d45c961d779b56d5 /servo/forms | |
parent | 1ac299bd93f66e5597c23b6bc103e519feffbec1 (diff) | |
download | Servo-47564afcc25b48d42c76613899b96b9826b3cfc4.tar.gz Servo-47564afcc25b48d42c76613899b96b9826b3cfc4.tar.bz2 Servo-47564afcc25b48d42c76613899b96b9826b3cfc4.zip |
Remove GSX password fields
Diffstat (limited to 'servo/forms')
-rw-r--r-- | servo/forms/account.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/servo/forms/account.py b/servo/forms/account.py index 775069e..8cb3719 100644 --- a/servo/forms/account.py +++ b/servo/forms/account.py @@ -47,11 +47,9 @@ class ProfileForm(BaseModelForm): "autoprint", "tech_id", "gsx_userid", - "gsx_password", "gsx_poprefix", ) widgets = { - 'gsx_password': forms.PasswordInput, 'queues': forms.CheckboxSelectMultiple } |