We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35777c9 commit 397d89bCopy full SHA for 397d89b
authentication/forms.py
@@ -12,16 +12,14 @@ class LoginForm(forms.Form):
12
widget=forms.TextInput(
13
attrs={
14
"placeholder" : "Username",
15
- "class": "form-control",
16
- "value": "test"
+ "class": "form-control"
17
}
18
))
19
password = forms.CharField(
20
widget=forms.PasswordInput(
21
22
"placeholder" : "Password",
23
24
- "value": "ApS12_ZZs8"
25
26
27
0 commit comments