Commit d0d99f32 by Giulio Gratta

Merge pull request #81 from Stanford-Online/kluo/hotfix-password-reset-done

Fix password reset done template
parents bc30571b 18ebd162
...@@ -5,10 +5,9 @@ ...@@ -5,10 +5,9 @@
</header> </header>
<div class="message"> <div class="message">
<p>{% blocktrans with start_link='<a href="/login">' end_link='</a>' %} <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(
The system is looking for your account. You should receive an email with password reset start_link='<a href="/login">',
instructions shortly. If you don't see it within a few minutes (and it's not in your email's end_link='</a>'
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. </p>
{% endblocktrans %}</p>
</div> </div>
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