From 8fb80c1ac20509444f430b0a8f0dd8970006aab5 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Thu, 26 Sep 2024 12:43:48 -0300 Subject: [PATCH] refactor: remove empty class --- app/templates/transactions/fragments/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/transactions/fragments/list.html b/app/templates/transactions/fragments/list.html index 6a021b7..488de2c 100644 --- a/app/templates/transactions/fragments/list.html +++ b/app/templates/transactions/fragments/list.html @@ -1,4 +1,4 @@ -
+
{% for trans in transactions %} {% include 'transactions/fragments/item.html' with transaction=trans %} {% endfor %}