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

Loading…
Cancel
Save