Show correct string

This commit is contained in:
Michal Čihař 2012-02-28 15:36:48 +01:00
parent 69af54174d
commit 57868d5a50

View File

@ -7,7 +7,7 @@
<h2>{% trans "Translate" %}</h2>
<p>{% blocktrans %}Showing string {{ unit.position }} out of {{ total }}.{% endblocktrans %}</p>
<p>{% blocktrans with unit.position as position %}Showing string {{ position }} out of {{ total }}.{% endblocktrans %}</p>
{% endblock %}