fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove commas from sets' names
[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 %}