Mark two strings for translation

1. "Go to page:" in pagination
2. "Submit" in the forget password form
This commit is contained in:
Elrond 2011-11-28 09:45:15 +01:00
parent 088c59545f
commit a3663b4079
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
{{ wtforms_util.render_divs(cp_form) }}
<div class="form_submit_buttons">
<input type="submit" value="submit" class="button_form"/>
<input type="submit" value="{% trans %}Submit{% endtrans %}" class="button_form"/>
</div>
</div>

View File

@ -47,7 +47,7 @@
<a href="{{ next_url }}"><img class="pagination_arrow" src="{{ request.staticdirect('/images/pagination_right.png') }}" alt="Next page" /></a>
{% endif %}
<br />
Go to page:
{% trans %}Go to page:{% endtrans %}
{%- for page in pagination.iter_pages() %}
{% if page %}
{% if page != pagination.page %}