From 9121db8f9565d613c4cf004683ce37d1452cbcb6 Mon Sep 17 00:00:00 2001 From: Eduardo Calil Date: Wed, 27 Apr 2016 12:39:47 -0300 Subject: [PATCH] Faz algumas das mudancas apontadas na revisao --- base/forms.py | 2 +- templates/base.html | 2 +- templates/base/login.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/base/forms.py b/base/forms.py index de1994993..4d13f6adb 100644 --- a/base/forms.py +++ b/base/forms.py @@ -118,6 +118,6 @@ class LoginForm(AuthenticationForm): attrs={ 'class': 'form-control', 'name': 'username'})) password = forms.CharField(label="Password", max_length=30, - widget=forms.TextInput( + widget=forms.PasswordInput( attrs={ 'class': 'form-control', 'name': 'password'})) diff --git a/templates/base.html b/templates/base.html index 91233c5da..afcf8f209 100644 --- a/templates/base.html +++ b/templates/base.html @@ -103,7 +103,7 @@ -