From 6e6636e941bcdbbcec7094537242e8fd8627a304 Mon Sep 17 00:00:00 2001 From: Niklas Meinzer Date: Sat, 14 Mar 2026 15:55:39 +0100 Subject: [PATCH] fix: Show all transactions --- src/allmende_payment_system/templates/index.html.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmende_payment_system/templates/index.html.jinja b/src/allmende_payment_system/templates/index.html.jinja index fe30a49..8782d86 100644 --- a/src/allmende_payment_system/templates/index.html.jinja +++ b/src/allmende_payment_system/templates/index.html.jinja @@ -44,7 +44,7 @@
{% if transactions and transactions|length > 0 %} - {% for transaction in transactions[:10] %} + {% for transaction in transactions %}
{{ transaction.type|transaction_type_de }}