From 25bdf70e78a1ddaa3c410dad7bade8b46ccc4094 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Wed, 24 Dec 2014 15:22:23 -0500 Subject: [PATCH] Better i18n on the password reset page --- lms/templates/registration/password_reset_confirm.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lms/templates/registration/password_reset_confirm.html b/lms/templates/registration/password_reset_confirm.html index 6bf9f3e194..18b802d71d 100644 --- a/lms/templates/registration/password_reset_confirm.html +++ b/lms/templates/registration/password_reset_confirm.html @@ -91,7 +91,11 @@

- {% trans 'Please enter your new password twice so we can verify you typed it in correctly.
Required fields are noted by bold text and an asterisk (*).' %} + {% trans 'Please enter your new password twice so we can verify you typed it in correctly.' %} +
+ {% blocktrans with bold_start='' bold_end='' %} + Required fields are noted by {{bold_start}}bold text and an asterisk (*){{bold_end}}. + {% endblocktrans %}