aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef van Schendel <jefvanschendel@gmail.com>2011-11-04 02:15:52 +0100
committerJef van Schendel <jefvanschendel@gmail.com>2011-11-04 02:15:52 +0100
commitb4b10a222df3cf36a70a3d354a5d0f40326ae290 (patch)
tree450c74dc7f72a32c0a9992545da99477373d12e2
parentd1bee08d5a142c2ddd7f060c45e43e968b7a1bcb (diff)
downloadmediagoblin-b4b10a222df3cf36a70a3d354a5d0f40326ae290.tar.lz
mediagoblin-b4b10a222df3cf36a70a3d354a5d0f40326ae290.tar.xz
mediagoblin-b4b10a222df3cf36a70a3d354a5d0f40326ae290.zip
Add translation brackety things to forgot-password page, I forgot those
-rw-r--r--mediagoblin/templates/mediagoblin/auth/forgot_password.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/auth/forgot_password.html b/mediagoblin/templates/mediagoblin/auth/forgot_password.html
index 57de425c..c7f01678 100644
--- a/mediagoblin/templates/mediagoblin/auth/forgot_password.html
+++ b/mediagoblin/templates/mediagoblin/auth/forgot_password.html
@@ -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>