diff --git a/rosetta/templates/rosetta/pofile.html b/rosetta/templates/rosetta/pofile.html index 92b0995..9367bef 100644 --- a/rosetta/templates/rosetta/pofile.html +++ b/rosetta/templates/rosetta/pofile.html @@ -26,6 +26,13 @@ {% if not rosetta_i18n_write %}

{% trans "File is read-only: download the file when done editing!" %}

{% endif %} {% if rosetta_last_save_error %}

{% trans "Some items in your last translation block couldn't be saved: this usually happens when the catalog file changes on disk after you last loaded it." %}

{% endif %} + {% if messages %} +
+ {% for message in messages %} +

{{ message|linebreaks }}

+ {% endfor %} +
+ {% endif %} {% endblock %} {% block main %}