Django 1.8 and other updates.
[wolnelektury.git] / apps / catalogue / 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 %}