1
0
Fork 0

Show login errors from django forms

This commit is contained in:
Mouse Reeve 2020-02-10 21:49:18 -08:00
parent f9cb9f939a
commit 1e394a282e
2 changed files with 9 additions and 3 deletions

View file

@ -133,3 +133,9 @@ th, td {
padding: 1em;
text-align: left;
}
.errorlist {
list-style: none;
font-size: 0.8em;
color: #FF1654;
}