From: Yasin <mohammed-yasin.rahman@lip6.fr>
Date: Fri, 10 Jan 2014 14:06:14 +0000 (+0100)
Subject: PassReset: updated template messages
X-Git-Tag: myslice-0.3-0~38^2~4
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0c744fbcddf47d10fb37167dd119092866b92de5;p=myslice.git

PassReset: updated template messages
---

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 %}