mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 02:28:10 +01:00
Update index.html
This commit is contained in:
parent
cbfabf6b4a
commit
9bbfe367f5
@ -97,7 +97,7 @@
|
||||
<div class="form-group">
|
||||
<label>Select a wallet</label>
|
||||
<select id="wal" class="form-control">
|
||||
<option></option>
|
||||
<option>Select a wallet</option>
|
||||
{% for w in user_wallets %}
|
||||
<option>{{w.name}}-{{w.id}}</option>
|
||||
{% endfor %}
|
||||
@ -209,7 +209,7 @@
|
||||
<div class="form-group">
|
||||
|
||||
<select class="form-control" id="fauselect" onchange="drawwithdraw()">
|
||||
<option></option>
|
||||
<option>Select a PoS</option>
|
||||
{% for w in user_fau %}
|
||||
<option id="{{w.uni}}" >{{w.nme}}-{{w.uni}}</option>
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user