cf817ae7c9377ce87e190e266a5b9c894141fafb
[wolnelektury.git] / wolnelektury / templates / catalogue / fragment_promo.html
1 {% if fragment %}
2 <a href="{{ fragment.get_absolute_url }}" class="cite">
3     <blockquote class="cite-body">
4         {{ fragment.get_short_text|safe }}
5     </blockquote>
6     <p class="mono source">{{ fragment.book.pretty_title }}</p>
7 </a>
8 {% endif %}