mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-11 07:15:13 +00:00
added address 2
This commit is contained in:
parent
6cedfb19d9
commit
fb0a083b36
2 changed files with 4 additions and 1 deletions
services/web
|
@ -107,7 +107,9 @@ block content
|
|||
input.form-control(type='text', value='', maxlength='255', tabindex='1', onkeyup='', data-recurly="last_name", ng-model="data.last_name")
|
||||
.form-group
|
||||
label #{translate("address")}
|
||||
input.form-control(type='text', value='', maxlength='255', tabindex='1', onkeyup='', data-recurly="address1", ng-model="data.address1")
|
||||
input.form-control(type='text', value='', maxlength='255', tabindex='1', onkeyup='', ng-model="data.address1")
|
||||
.form-group
|
||||
input.form-control(type='text', value='', maxlength='255', tabindex='1', onkeyup='', ng-model="data.address2")
|
||||
.row
|
||||
.col-md-8
|
||||
.form-group
|
||||
|
|
|
@ -22,6 +22,7 @@ define [
|
|||
last_name: "o"
|
||||
postal_code: "se153tt"
|
||||
address1 : "7 somewhere"
|
||||
address2 : "7 somewhere"
|
||||
city:"london"
|
||||
country:"GB"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue