Add language tags definition, caret and bubbles in editor.
[redakcja.git] / src / wlxml / templates / wlxml / tag_list.html
1 <ul>
2 {% for tag in object_list %}
3   <li><a href="{{ tag.get_absolute_url }}">{{ tag }}</li>
4 {% endfor %}
5 </ul>