Reveal a message to be extracted
This commit is contained in:
@@ -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>'),
|
||||
|
||||
Reference in New Issue
Block a user