diff --git a/lnbits/extensions/withdraw/templates/withdraw/index.html b/lnbits/extensions/withdraw/templates/withdraw/index.html index 3f22ad8..49bf439 100644 --- a/lnbits/extensions/withdraw/templates/withdraw/index.html +++ b/lnbits/extensions/withdraw/templates/withdraw/index.html @@ -9,47 +9,44 @@
  • Instant wallet, bookmark to save
  • -{% endblock %} {% block menuitems %} -
  • - - Wallets - - - -
  • - -
  • - - Extensions - - +{% endblock %} + +{% block menuitems %} +
  • + + Wallets + + -
  • - -{% endblock %} {% block body %} + {% for w in user_wallets %} +
  • + {{ w.name }} +
  • + {% endfor %} +
  • Add a wallet +
  • +
    + + +
  • + + Extensions + + + +
  • +{% endblock %} + +{% block body %}