fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
38466f157ddcabba79a76b9d1e85d74d1c1bb9aa
[wolnelektury.git]
/
apps
/
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>