diff --git a/lnbits/templates/index.html b/lnbits/templates/index.html index 4de4e20..4acea54 100644 --- a/lnbits/templates/index.html +++ b/lnbits/templates/index.html @@ -30,6 +30,7 @@
+ {% block call_to_action %}

Make a wallet

@@ -45,6 +46,7 @@ + {% endblock %}
diff --git a/lnbits/templates/lnurl.html b/lnbits/templates/lnurl.html index dbf5703..fd45b56 100644 --- a/lnbits/templates/lnurl.html +++ b/lnbits/templates/lnurl.html @@ -1,90 +1,13 @@ -{% extends "base.html" %} {% block menuitems %} -
  • - Home -
  • -{% endblock %} {% block body %} - -
    - -
    - -

    -
    -

    - Warning - Wallet is still in BETA and very, very #reckless, please be - careful with your funds! -

    -
    -
    - - -
    -
    - - - - -
    -
    - -
    - -
    -
    -

    - - free and open-source lightning wallet -

    -

    - LNbits is a simple, free and open-source lightning-network wallet - for bits and bobs. You can run it on your own server, or use this - one. -

    - The wallet can be used in a variety of ways, an instant wallet for - LN demonstrations, a fallback wallet for the LNURL scheme, an - accounts system to mitigate the risk of exposing applications to - your full balance. -

    - The wallet can run on top of LND, lntxbot, paywall, opennode -

    - Please note that although one of the aims of this wallet is to - mitigate exposure of all your funds, it’s still very BETA and may - in fact do the opposite! -
    - https://github.com/arcbtc/lnbits -

    -
    - -
    - -
    -
    - - - -
    - -
    - +{% extends "base.html" %} {% block call_to_action %} + + {% endblock %} diff --git a/lnbits/templates/wallet.html b/lnbits/templates/wallet.html index 113f61c..4630963 100644 --- a/lnbits/templates/wallet.html +++ b/lnbits/templates/wallet.html @@ -55,7 +55,7 @@ {{ wallet.name }} -

    +

    Bookmark to save your wallet. Wallet is in BETA, use with caution.