small description
modified: make_post_sell/templates/shop_location_form.j2
This commit is contained in:
parent
adeedfd9c4
commit
e81f42c59f
1 changed files with 5 additions and 0 deletions
|
|
@ -9,6 +9,11 @@
|
|||
<section class="shop-name-and-description well">
|
||||
<h3>{{ "Edit" if location_id else "New" }} Shop Location</h3>
|
||||
<form method="post" action="{{ action_url }}" onsubmit="submit.disabled = true; return true;">
|
||||
|
||||
A shop location in the shop named "{{ request.shop.name }}".
|
||||
<br />
|
||||
<br />
|
||||
|
||||
|
||||
<span class="asterisk">*</span> required
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue