From 72fa8a8f03ceadcbe0044eabbdd20812c78d8d55 Mon Sep 17 00:00:00 2001 From: sebastien Date: Wed, 18 Dec 2024 11:55:33 +0100 Subject: [PATCH] adds progress bar in reset form --- canaille/templates/macro/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canaille/templates/macro/form.html b/canaille/templates/macro/form.html index a533ff51..97c9e8ab 100644 --- a/canaille/templates/macro/form.html +++ b/canaille/templates/macro/form.html @@ -118,7 +118,7 @@ del_button=false {% endfor %} {% endif %} -{% if field.name == "password1" and field.data|password_strength and not field.errors %} +{% if (field.name == "password1" or field.name == "password") and field.data|password_strength and not field.errors %}

{% trans %}Password strength{% endtrans %}