Arc
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
lnbits/extensions/tpos/templates/tpos/index.html
|
@ -97,7 +97,7 @@ |
|
|
<div class="form-group"> |
|
|
<div class="form-group"> |
|
|
<label>Select a wallet</label> |
|
|
<label>Select a wallet</label> |
|
|
<select id="wal" class="form-control"> |
|
|
<select id="wal" class="form-control"> |
|
|
<option></option> |
|
|
<option>Select a wallet</option> |
|
|
{% for w in user_wallets %} |
|
|
{% for w in user_wallets %} |
|
|
<option>{{w.name}}-{{w.id}}</option> |
|
|
<option>{{w.name}}-{{w.id}}</option> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
@ -209,7 +209,7 @@ |
|
|
<div class="form-group"> |
|
|
<div class="form-group"> |
|
|
|
|
|
|
|
|
<select class="form-control" id="fauselect" onchange="drawwithdraw()"> |
|
|
<select class="form-control" id="fauselect" onchange="drawwithdraw()"> |
|
|
<option></option> |
|
|
<option>Select a PoS</option> |
|
|
{% for w in user_fau %} |
|
|
{% for w in user_fau %} |
|
|
<option id="{{w.uni}}" >{{w.nme}}-{{w.uni}}</option> |
|
|
<option id="{{w.uni}}" >{{w.nme}}-{{w.uni}}</option> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|