diff --git a/cabot/cabotapp/views.py b/cabot/cabotapp/views.py index f79d8e5..798a7b4 100644 --- a/cabot/cabotapp/views.py +++ b/cabot/cabotapp/views.py @@ -219,7 +219,7 @@ class HttpStatusCheckForm(StatusCheckForm): 'username': forms.TextInput(attrs={ 'style': 'width: 30%', }), - 'password': forms.TextInput(attrs={ + 'password': forms.PasswordInput(attrs={ 'style': 'width: 30%', }), 'text_match': forms.TextInput(attrs={