diff --git a/templates/list.html b/templates/list.html index a6215d9..3ddae8a 100644 --- a/templates/list.html +++ b/templates/list.html @@ -108,7 +108,7 @@ {% endif %} -
+
{% set info_parts = [] %} {% if item.note %} {% set _ = info_parts.append('[ ' ~ item.note ~ ' ]') %} @@ -123,12 +123,11 @@ {% endif %} {% if info_parts %} -
+
{{ info_parts | join(' ') | safe }}
{% endif %}
-
diff --git a/templates/list_share.html b/templates/list_share.html index 8c7d239..1675385 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,12 +58,11 @@ {% endif %} {% if info_parts %} -
+
{{ info_parts | join(' ') | safe }}
{% endif %}
-