This commit is contained in:
Expand-sys 2021-04-21 20:34:30 +10:00
parent bb8ee0f2f9
commit 620ec278a1

View file

@ -14,12 +14,12 @@ block content
.row
.col-4
form(method='POST', action='/sendfunds')
label amount to send:
label Amount to Send:
br
input.form-control-lg.shadow(type="number" min="0" max=balance name="amount")
br
br
label reciever:
label Reciever:
br
input.form-control-lg.shadow(name='name', type='text')
br