Merge branch 'master' into yolocolo
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
3wc
2021-07-21 20:38:36 +02:00
6 changed files with 13 additions and 12 deletions

View File

@ -46,7 +46,7 @@
<a href="/payment/stripe">Add funds with Credit/Debit (stripe)</a>
<ul><li>notice: stripe will load nonfree javascript </li></ul>
</li>
{% if config['BTCPAY_PRIVATE_KEY'] != "" %}
{% if btcpay_enabled %}
<li><a href="/payment/btcpay">Add funds with Bitcoin/Litecoin/Monero (btcpay)</a></li>
{% endif %}
</ul>