tag_list: Show tag notes

master
Felix Stupp 2 years ago
parent d8bfb5061d
commit 4a7381ea8e
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -17,6 +17,7 @@
<th>Use for Pref.</th>
<th>Super Tags</th>
<th>Sub Tags</th>
<th>Notes</th>
</tr>
{% macro format_tag(tag) %}
<a title="{{ tag.title }}">{{ tag.id }}</a>
@ -44,6 +45,9 @@
<td>
{{ format_tag_list(tag.sub_tag_list) }}
</td>
<td>
{{ tag.notes or "" }}
</td>
</tr>
{% endfor %}
</table>

Loading…
Cancel
Save