change success message on result message

This commit is contained in:
Leticia Portella 2018-09-26 18:46:09 -03:00
parent 49a080f9e8
commit 64c4f7b886

View file

@ -58,7 +58,7 @@ class ResetPasswordHandler(BaseHandler):
html = self.render_template(
'reset.html',
result=True,
result_message='password changed successfully',
result_message='your password has been changed successfully',
)
self.finish(html)