Add translation brackety things to forgot-password page, I forgot those
authorJef van Schendel <jefvanschendel@gmail.com>
Fri, 4 Nov 2011 01:15:52 +0000 (02:15 +0100)
committerJef van Schendel <jefvanschendel@gmail.com>
Fri, 4 Nov 2011 01:15:52 +0000 (02:15 +0100)
mediagoblin/templates/mediagoblin/auth/forgot_password.html

index 57de425cde112c53516f227d2e8017eea9244647..c7f016780c5ad6dae0c7c58401d2b50309e244ef 100644 (file)
@@ -27,7 +27,7 @@
       <h1>{% trans %}Forgot your password?{% endtrans %}</h1>
       {{ wtforms_util.render_divs(fp_form) }}
       <div class="form_submit_buttons">
-        <input type="submit" value="Send instructions" class="button"/>
+        <input type="submit" value="{% trans %}Send instructions{% endtrans %}" class="button"/>
       </div>
     </div>
   </form>