Commit 9c030168 by Kevin Luo

Merge pull request #82 from Stanford-Online/giulio/reorg-password-reset-done

shorten line lengths
parents d0d99f32 ad760a5f
...@@ -5,7 +5,9 @@ ...@@ -5,7 +5,9 @@
</header> </header>
<div class="message"> <div class="message">
<p>${_("The system is looking for your account. You should receive an email with password reset instructions shortly. If you don't see it within a few minutes (and it's not in your email's Spam or Trash), your account may be under a different email address. Try {start_link}logging in{end_link} again with some other email addresses you maintain.").format( <p>${_("The system is looking for your account. You should receive an email with password reset instructions shortly. "
"If you don't see it within a few minutes (and it's not in your email's Spam or Trash), your account may be under a "
"different email address. Try {start_link}logging in{end_link} again with some other email addresses you maintain.").format(
start_link='<a href="/login">', start_link='<a href="/login">',
end_link='</a>' end_link='</a>'
)} )}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment