X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f1d9b67c3810c44b161689d94c1358dd7268dc91..82c3054bcdeb000aa9782da80d644070797b5cbe:/apps/catalogue/templates/catalogue/book_info.html diff --git a/apps/catalogue/templates/catalogue/book_info.html b/apps/catalogue/templates/catalogue/book_info.html index a90ccdc87..e245335ee 100755 --- a/apps/catalogue/templates/catalogue/book_info.html +++ b/apps/catalogue/templates/catalogue/book_info.html @@ -17,7 +17,7 @@

{% if book.extra_info.source_name %} -

{% trans "Text prepared based on:" %} {{ book.extra_info.source_name }}

+

{% trans "Resource prepared based on:" %} {{ book.extra_info.source_name }}

{% endif %} {% if book.extra_info.description %} @@ -25,7 +25,11 @@ {% endif %} {% if book.extra_info.editor or book.extra_info.technical_editor %} -

{% trans "Edited and annotated by:" %} +

{% if is_picture %} + {% trans "Edited by:" %} + {% else %} + {% trans "Edited and annotated by:" %} + {% endif %} {% all_editors book.extra_info %}.

{% endif %}