Files
Eskil Heyn Olsen 3adb4afd60 Minor wording fix
2013-01-12 23:58:47 -08:00

5 lines
221 B
HTML

<p>Your password has been changed.</p>
{% if security.recoverable %}
<p>If you did not change your password, <a href="{{ url_for_security('forgot_password', _external=True) }}">click here to reset it</a>.</p>
{% endif %}