Reveal a message to be extracted

This commit is contained in:
Mahyar Damavand
2020-01-26 18:46:46 +03:30
parent 25baa93af9
commit 025d0f07cb

View File

@@ -36,10 +36,10 @@ from openedx.core.djangolib.markup import HTML, Text
<div class="status submission-error">
<h4 class="message-title">${_("Invalid Password Reset Link")}</h4>
<ul class="message-copy">
${Text(_(
"This password reset link is invalid. It may have been used already. "
"To reset your password, go to the {start_link}sign-in{end_link} page and "
"select {start_strong}Forgot password{end_strong}."
${Text(
_("This password reset link is invalid. It may have been used already. "
"To reset your password, go to the {start_link}sign-in{end_link} page and "
"select {start_strong}Forgot password{end_strong}."
)).format(
start_link=HTML('<a href="/login">'),
end_link=HTML('</a>'),