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