From 534f88c9c52717e3a74b9f3ced531c7d39575616 Mon Sep 17 00:00:00 2001 From: Niklas Meinzer Date: Sun, 28 Jun 2026 11:38:58 +0200 Subject: [PATCH] =?UTF-8?q?remove=20add=20100=E2=82=AC=20button=20in=20pro?= =?UTF-8?q?duction=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/allmende_payment_system/templates/index.html.jinja | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/allmende_payment_system/templates/index.html.jinja b/src/allmende_payment_system/templates/index.html.jinja index 911ec54..26b8c2a 100644 --- a/src/allmende_payment_system/templates/index.html.jinja +++ b/src/allmende_payment_system/templates/index.html.jinja @@ -18,7 +18,9 @@ {% if user.accounts|length > 1 and (not focused_account or (focused_account.id != account.id)) %} Transaktionen ansehen {% endif %} + {% if not production_mode %} 🚧 100 € einzahlen 🚧 + {% endif %}