Show login errors from django forms
This commit is contained in:
parent
f9cb9f939a
commit
1e394a282e
2 changed files with 9 additions and 3 deletions
|
@ -133,3 +133,9 @@ th, td {
|
|||
padding: 1em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.errorlist {
|
||||
list-style: none;
|
||||
font-size: 0.8em;
|
||||
color: #FF1654;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue