From 4a7381ea8e63e0dacd37e11fb0225609eab02fe1 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 6 Nov 2022 17:16:13 +0100 Subject: [PATCH] tag_list: Show tag notes --- server/templates/tag_list.htm | 4 ++++ 1 file changed, 4 insertions(+) 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 %}