Text changes to forgot-paddword page
authorJef van Schendel <jefvanschendel@gmail.com>
Fri, 4 Nov 2011 01:14:19 +0000 (02:14 +0100)
committerJef van Schendel <jefvanschendel@gmail.com>
Fri, 4 Nov 2011 01:14:19 +0000 (02:14 +0100)
mediagoblin/templates/mediagoblin/auth/forgot_password.html

index b95a4dcb08f1578b9c2985fa24c1ffc3def541b2..57de425cde112c53516f227d2e8017eea9244647 100644 (file)
 {% import "/mediagoblin/utils/wtforms.html" as wtforms_util %}
 
 {% block mediagoblin_content %}
-
   <form action="{{ request.urlgen('mediagoblin.auth.forgot_password') }}"
         method="POST" enctype="multipart/form-data">
     {{ csrf_token }}
-
     <div class="grid_6 prefix_1 suffix_1 form_box">
-      <h1>{% trans %}Enter your username or email{% endtrans %}</h1>
-
+      <h1>{% trans %}Forgot your password?{% endtrans %}</h1>
       {{ wtforms_util.render_divs(fp_form) }}
       <div class="form_submit_buttons">
-        <input type="submit" value="submit" class="button"/>
+        <input type="submit" value="Send instructions" class="button"/>
       </div>
-
     </div>
   </form>
 {% endblock %}
-