diff --git a/html/translation.html b/html/translation.html index 56035e9c1..efc3eb280 100644 --- a/html/translation.html +++ b/html/translation.html @@ -23,17 +23,21 @@ {% endif %} {% endwith %} -

{% trans "Download and upload" %}

+

{% trans "Download" %}

-{% trans "Download" %} +{% with object.get_download_url as download_url %} +

{% blocktrans %}You can download file for offline translation.{% endblocktrans %}

+{% endwith %} {% if user.is_authenticated %} +

{% trans "Upload" %}

+ +

{% trans "Uploaded file will be merged with current translation. In case you want to overwrite already translated strings, don't forget to enable it." %}

+
{% csrf_token %} - -{{ form.as_table }} - -
+{{ form.as_p }} +

{% endif %}