fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f6b806e8f87ee90e2dde5a0fd1fc6a8f61828fa9
[wolnelektury.git]
/
src
/
catalogue
/
templates
/
catalogue
/
collection_list.html
1
<ul>
2
{% for collection in collections %}
3
<li><a href="{{ collection.get_absolute_url }}">{{ collection }}</a></li>
4
{% endfor %}
5
</ul>