mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-18 23:52:14 +11:00
penis
This commit is contained in:
parent
bb8ee0f2f9
commit
620ec278a1
1 changed files with 2 additions and 2 deletions
|
|
@ -14,12 +14,12 @@ block content
|
||||||
.row
|
.row
|
||||||
.col-4
|
.col-4
|
||||||
form(method='POST', action='/sendfunds')
|
form(method='POST', action='/sendfunds')
|
||||||
label amount to send:
|
label Amount to Send:
|
||||||
br
|
br
|
||||||
input.form-control-lg.shadow(type="number" min="0" max=balance name="amount")
|
input.form-control-lg.shadow(type="number" min="0" max=balance name="amount")
|
||||||
br
|
br
|
||||||
br
|
br
|
||||||
label reciever:
|
label Reciever:
|
||||||
br
|
br
|
||||||
input.form-control-lg.shadow(name='name', type='text')
|
input.form-control-lg.shadow(name='name', type='text')
|
||||||
br
|
br
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue