From 08da80564238482108dfe62726bfdd53a850f557 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sat, 30 Nov 2024 03:29:37 -0300 Subject: [PATCH] fix: add linebreaks to recurring transactions table --- app/templates/recurring_transactions/fragments/table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/recurring_transactions/fragments/table.html b/app/templates/recurring_transactions/fragments/table.html index 1a7067b..b617c7a 100644 --- a/app/templates/recurring_transactions/fragments/table.html +++ b/app/templates/recurring_transactions/fragments/table.html @@ -101,7 +101,7 @@
{{ recurring_transaction.description }}
-
{{ recurring_transaction.notes }}
+
{{ recurring_transaction.notes|linebreaks }}
{% endfor %}