diff --git a/templates/list.html b/templates/list.html index 7cf69f1..a6215d9 100644 --- a/templates/list.html +++ b/templates/list.html @@ -108,8 +108,7 @@ {% endif %} - -
+
{% set info_parts = [] %} {% if item.note %} {% set _ = info_parts.append('[ ' ~ item.note ~ ' ]') %} @@ -124,7 +123,7 @@ {% endif %} {% if info_parts %} -
+
{{ info_parts | join(' ') | safe }}
{% endif %} diff --git a/templates/list_share.html b/templates/list_share.html index 3f9aaf3..8c7d239 100644 --- a/templates/list_share.html +++ b/templates/list_share.html @@ -43,7 +43,7 @@ {% endif %} -
+
{% set info_parts = [] %} {% if item.note %} {% set _ = info_parts.append('[ ' ~ item.note ~ ' ]') %} @@ -58,7 +58,7 @@ {% endif %} {% if info_parts %} -
+
{{ info_parts | join(' ') | safe }}
{% endif %}