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