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