commit 9501aa39fee16fe57a704d691e12c31e43ff1b35 parent 177812e32e0e64b888ace44b8e6907d4d6c8b750 Author: Youth Employment Program Production <youthemployment22@gmail.com> Date: Tue, 9 Apr 2024 10:26:49 -0600 typo Diffstat:
M | app/templates/login.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/templates/login.html b/app/templates/login.html @@ -22,7 +22,7 @@ </p> <p> {{ form.password.label }}<br> - {{ form.password(size=32) }} <!-- is it necessary to limit password lenght? --> + {{ form.password(size=32) }} <!-- is it necessary to limit password length? --> {% for error in form.password.errors %} <br><span style="color:red;">[{{ error }}]</span> {% endfor %}