From 8b0ce0ba719901984da1dc331d409404919563b5 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.cyberia@doesthisthing.work> Date: Wed, 21 Jul 2021 00:20:38 +0200 Subject: [PATCH] Hide the BTCPay link if BTCPAY_PRIVATE_KEY un-set --- capsulflask/templates/account-balance.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/capsulflask/templates/account-balance.html b/capsulflask/templates/account-balance.html index 512e24c..de3b7b0 100644 --- a/capsulflask/templates/account-balance.html +++ b/capsulflask/templates/account-balance.html @@ -46,7 +46,9 @@ Add funds with Credit/Debit (stripe) + {% if config['BTCPAY_PRIVATE_KEY'] != "" %}
  • Add funds with Bitcoin/Litecoin/Monero (btcpay)
  • + {% endif %}
  • Cash: email treasurer@cyberia.club