Add password to email change form

This commit is contained in:
cuom1999 2023-08-25 23:50:03 -05:00
parent 9a825225dd
commit 3ff608e4ff
2 changed files with 13 additions and 5 deletions

View file

@ -3,10 +3,6 @@
{% block media %}
<style type="text/css">
.errorlist {
margin: 0;
padding: 0;
list-style: none;
color: red;
font-size: 0.8em;
}
</style>