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 %}