# HG changeset patch # User Mads Kiilerich # Date 2015-07-31 15:44:07 # Node ID 3b01d62654b396796ff24e6a3a970a167c3a6c26 # Parent 7def29f9c9b9bbcc8bb0df26d2feb0305f29a422 auth: fix labels for password confirmation fields diff --git a/kallithea/templates/admin/my_account/my_account_password.html b/kallithea/templates/admin/my_account/my_account_password.html --- a/kallithea/templates/admin/my_account/my_account_password.html +++ b/kallithea/templates/admin/my_account/my_account_password.html @@ -22,7 +22,7 @@ ${h.form(url('my_account_password'), met
- +
${h.password('new_password_confirmation',class_='medium')} diff --git a/kallithea/templates/register.html b/kallithea/templates/register.html --- a/kallithea/templates/register.html +++ b/kallithea/templates/register.html @@ -39,7 +39,7 @@
- +
${h.password('password_confirmation',class_="medium")}