Move project info to bottom when translating
This commit is contained in:
parent
ce7ae350ea
commit
10a2506328
@ -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 %}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user