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 %}