- % if validlink:
- ${static.renderReact(
- component="PasswordResetConfirmation",
- id="password-reset-confirm-react",
- props={
- 'csrfToken': csrf_token,
- 'errorMessage': js_escaped_string(err_msg) if err_msg else '',
- 'primaryActionButtonLabel': 'Create My Password',
- 'formTitle': 'Create Your Password',
- },
- )}
- % else:
-
-
${_("Invalid Password Create Link")}
-
- ${Text(_((
- "This password create link is invalid. It may have been used already. "
- "To create your password, go to the {start_link}sign-in{end_link} page and "
- "select {start_strong}Recovery your account{end_strong}."
- ))).format(
- start_link=HTML(''),
- end_link=HTML(''),
- start_strong=HTML(''),
- end_strong=HTML('')
- )
- }
-
-
- % endif
-
-%block>
diff --git a/lms/templates/student_account/account_recovery.underscore b/lms/templates/student_account/account_recovery.underscore
deleted file mode 100644
index d4ad0739af..0000000000
--- a/lms/templates/student_account/account_recovery.underscore
+++ /dev/null
@@ -1,13 +0,0 @@
-