translator in book box
[wolnelektury.git] / src / catalogue / templates / catalogue / book_short.html
index 0d64409..35f4a4c 100644 (file)
           <div class="title">
             {% if main_link %}<a href="{{ main_link }}">{% endif %}{{ book.title }}{% if main_link %}</a>{% endif %}
           </div>
+          {% if book.translator %}
+              <div class="author">
+                  tłum. {{ book.translator }}
+              </div>
+          {% endif %}
         </div>
 
         <div class="cover-area">