X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4b4e3aa4d7f75f4bee66b3f3098cbeb756adb8d0..89edbdb3d37db35ce3c0fc9acd419ceba7b38892:/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 251213ad2..e245335ee 100755 --- a/apps/catalogue/templates/catalogue/book_info.html +++ b/apps/catalogue/templates/catalogue/book_info.html @@ -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 %}