From 0c744fbcddf47d10fb37167dd119092866b92de5 Mon Sep 17 00:00:00 2001 From: Yasin <mohammed-yasin.rahman@lip6.fr> Date: Fri, 10 Jan 2014 15:06:14 +0100 Subject: [PATCH] PassReset: updated template messages --- ui/templates/registration/password_reset_confirm.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/templates/registration/password_reset_confirm.html b/ui/templates/registration/password_reset_confirm.html index 5d5124e4..61ec1328 100644 --- a/ui/templates/registration/password_reset_confirm.html +++ b/ui/templates/registration/password_reset_confirm.html @@ -26,8 +26,9 @@ <h2>{% trans 'OneLab secured Password reset wizard' %}</h2> <h3>{% trans 'Password reset unsuccessful!' %}</h3> -<p>{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}</p> +<p> The password reset link was invalid, possibly because it has already been used. Please request a <a href="/portal/pass_reset/">password reset.</a></p> +<p>If you still encounter problem please <a href="/portal/contact/">Contact Support</a> for password recovery.</p> {% endif %} {% endblock %} -- 2.47.0