[Python-checkins] r53585 - tracker/instances/python-dev/html/user.forgotten.html

erik.forsberg python-checkins at python.org
Sat Jan 27 22:43:49 CET 2007


Author: erik.forsberg
Date: Sat Jan 27 22:43:48 2007
New Revision: 53585

Modified:
   tracker/instances/python-dev/html/user.forgotten.html
Log:
Tuned messages displayed when recovering password, which hopefully
makes the procedure less confusing.


Modified: tracker/instances/python-dev/html/user.forgotten.html
==============================================================================
--- tracker/instances/python-dev/html/user.forgotten.html	(original)
+++ tracker/instances/python-dev/html/user.forgotten.html	Sat Jan 27 22:43:48 2007
@@ -5,6 +5,8 @@
  i18n:translate="">Password reset request</span>
 <td class="content" metal:fill-slot="content">
 
+<tal:askforinfo tal:condition="python:options['error_message'] or not request.form.has_key('@action')"> 
+
 <p i18n:translate="">You have two options if you have forgotten your password.
 If you know the email address you registered with, enter it below.</p>
 
@@ -46,6 +48,9 @@
 
 <p i18n:translate="">A confirmation email will be sent to you -
 please follow the instructions within it to complete the reset process.</p>
-</td>
 
+</tal:askforinfo>
+
+</td>
+g
 </tal:block>


More information about the Python-checkins mailing list