fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2baa0f0074b7454b07e0e85a6dc12fb1658b7659
[wolnelektury.git]
/
apps
/
social
/
templates
/
social
/
shelf_tags.html
1
{% spaceless %}
2
3
<ul class='social-shelf-tags'>
4
{% for tag in tags %}
5
<li><a href="{{ tag.get_absolute_url }}">{{ tag.name }}</a></li>
6
{% endfor %}
7
</ul>
8
9
{% endspaceless %}