diff --git a/server/templates/tag_list.htm b/server/templates/tag_list.htm index 3138c61..eca2b92 100644 --- a/server/templates/tag_list.htm +++ b/server/templates/tag_list.htm @@ -17,6 +17,7 @@ Use for Pref. Super Tags Sub Tags + Notes {% macro format_tag(tag) %} {{ tag.id }} @@ -44,6 +45,9 @@ {{ format_tag_list(tag.sub_tag_list) }} + + {{ tag.notes or "" }} + {% endfor %}