Update index.html

This commit is contained in:
Arc 2020-02-26 00:47:11 +00:00 committed by GitHub
parent cbfabf6b4a
commit 9bbfe367f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}