mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
added state to payment form
This commit is contained in:
parent
208dfea5c8
commit
90bb12db40
2 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,8 @@ block content
|
|||
input.form-control(type='text', value='', maxlength='255', tabindex='1', onkeyup='', ng-model="data.address1", placeholder="#{translate('address')}")
|
||||
.form-group
|
||||
input.form-control(type='text', value='', maxlength='255', tabindex='1', onkeyup='', ng-model="data.address2", placeholder="#{translate('address')}")
|
||||
.form-group
|
||||
input.form-control(type='text', value='', maxlength='255', tabindex='1', onkeyup='', ng-model="data.state", placeholder="#{translate('state')}")
|
||||
.row
|
||||
.col-md-7
|
||||
.form-group
|
||||
|
|
|
@ -24,6 +24,7 @@ define [
|
|||
postal_code: ""
|
||||
address1 : ""
|
||||
address2 : ""
|
||||
state:""
|
||||
city:""
|
||||
country:window.countryCode
|
||||
|
||||
|
|
Loading…
Reference in a new issue