From 6f2603274473d3e403c706d51d79cab9f2d217d8 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Sun, 23 Feb 2020 00:44:10 +0000 Subject: [PATCH] Update index.html --- .../withdraw/templates/withdraw/index.html | 77 +++++++++---------- 1 file changed, 37 insertions(+), 40 deletions(-) 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 %}