From 771470e5b1d6403ab237c3e6fc52aee78847663d Mon Sep 17 00:00:00 2001 From: hubobel Date: Sun, 21 Jun 2026 18:03:41 +0200 Subject: [PATCH] unknown_transactions unbegrenzt --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 1d5a838..1949cd9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -176,7 +176,7 @@ - {% for t in unknown_transactions[:5] %} + {% for t in unknown_transactions %} @@ -242,7 +242,7 @@
- {% for t in unknown_transactions[:5] %} + {% for t in unknown_transactions %}