mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
Add View Lock Wallet Transfers button to bid page.
This commit is contained in:
@@ -79,10 +79,20 @@
|
||||
</select></td></tr>
|
||||
</table>
|
||||
<input name="view_tx_submit" type="submit" value="View Tx">
|
||||
<input name="view_lock_transfers" type="submit" value="View Lock Wallet Transfers">
|
||||
|
||||
{% if data.view_tx_hex %}
|
||||
<p>{{ data.view_tx_hex }}</p>
|
||||
{% endif %}
|
||||
|
||||
{% if data.lock_transfers %}
|
||||
<p>
|
||||
<label for="transfers_view">Lock wallet transfers:</label><br/>
|
||||
<textarea id="transfers_view" rows="10" cols="150" readonly>
|
||||
{{ data.lock_transfers }}
|
||||
</textarea>
|
||||
</p>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user