Move project info to bottom when translating

This commit is contained in:
Michal Čihař 2012-03-05 14:36:12 +01:00
parent ce7ae350ea
commit 10a2506328

View File

@ -11,8 +11,6 @@
{% block content %}
{% include "translation_info.html" %}
<h2>{% trans "Translate" %}</h2>
<p>{% blocktrans with unit.position as position %}Showing string {{ position }} out of {{ total }}.{% endblocktrans %}
@ -96,6 +94,8 @@
</table>
</form>
{% include "translation_info.html" %}
{% endblock %}