From 396a56e7732d6ab1e054c5269bcf576e30072d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Mon, 28 Jul 2025 14:44:03 +0200 Subject: [PATCH] zapytanie sql --- templates/list.html | 5 ++--- templates/list_share.html | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) 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 %}