fix address placeholder to make mention of Full Name.
modified: templates/user_addresses.j2
This commit is contained in:
parent
6cfd614829
commit
7bebbf318c
1 changed files with 7 additions and 2 deletions
|
|
@ -34,13 +34,18 @@
|
|||
|
||||
<form method="post" action="/u/addresses/save">
|
||||
|
||||
<label for="new_address_input">New Address</label>
|
||||
<label for="new_address_input">Full Shipping Address</label>
|
||||
|
||||
<textarea
|
||||
name = "new_address"
|
||||
id = "new_address_input"
|
||||
class = "mps-billing-address"
|
||||
placeholder = "New Address"
|
||||
placeholder = "Full name
|
||||
Street address
|
||||
City
|
||||
State/Province
|
||||
ZIP/Postal code
|
||||
Country"
|
||||
required /></textarea>
|
||||
|
||||
<input type="submit" name="submit" class="mps-submit" value="Save Address" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue