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 d110120 commit 38b022cCopy full SHA for 38b022c
authentication/forms.py
@@ -13,16 +13,14 @@ class LoginForm(forms.Form):
13
widget=forms.TextInput(
14
attrs={
15
"placeholder" : "Username",
16
- "class": "form-control",
17
- "value": "test"
+ "class": "form-control"
18
}
19
))
20
password = forms.CharField(
21
widget=forms.PasswordInput(
22
23
"placeholder" : "Password",
24
25
- "value": "ApS12_ZZs8"
26
27
28
0 commit comments