Support for source names, developmentStage.
[wolnelektury.git] / apps / catalogue / templates / catalogue / book_short.html
index 5757c6a..9c90bdd 100644 (file)
@@ -40,7 +40,7 @@
         </div>
 
 <div class="cover-area">
-    {% if book.cover %}
+    {% if book.cover_thumb %}
         {% if main_link %}<a href="{{ main_link }}">{% endif %}
             <img src="{{ book.cover_thumb.url }}"
                 alt="Cover" class="cover" />
             </span></span>
             {% endif %}
 
+            {% if stage_note %}
+            <br><span class="category">
+                <a{% if stage_note_url %} href="{{ stage_note_url }}"{% endif %}>{{ stage_note }}</a>
+            </span>
+            {% endif %}
+
            {% endspaceless %}
         </div>
     </div>