fix in librarian
[wolnelektury.git] / apps / catalogue / templates / catalogue / book_info.html
index 251213a..e245335 100755 (executable)
 {% endif %}
 
 {% if book.extra_info.editor or book.extra_info.technical_editor %}
-  <p>{% trans "Edited and annotated by:" %}
+  <p>{% if is_picture %}
+        {% trans "Edited by:" %}
+    {% else %}
+        {% trans "Edited and annotated by:" %}
+    {% endif %}
       {% all_editors book.extra_info %}.</p>
 {% endif %}