Grouping libraries into different catalogs
[wolnelektury.git] / apps / catalogue / templates / catalogue / book_info.html
index e9f3512..c5006f1 100755 (executable)
@@ -28,3 +28,9 @@
   <p>{% trans "Edited and annotated by:" %}
       {% all_editors book.extra_info %}.</p>
 {% endif %}
+
+{% if book.extra_info.cover_by %}
+  <p>{% trans "Cover image by:" %}
+      <a href="{{ book.extra_info.cover_source }}">
+      {{ book.extra_info.cover_by }}</a>.</p>
+{% endif %}