Commit a5fdbf19 by Clinton Blackburn

Removed price placeholders

These placeholders look too much like real prices, confusing users.

ECOM-2075
parent 4b2e917a
......@@ -11,7 +11,7 @@
<div class="input-group">
<div class="input-group-addon">$</div>
<input type="number" class="form-control" name="price" id="price" min="5" step="1" pattern="\d+"
placeholder="100" value="<%= price %>">
value="<%= price %>">
</div>
</div>
</div>
......
......@@ -12,7 +12,7 @@
<div class="input-group">
<div class="input-group-addon">$</div>
<input type="number" class="form-control" name="price" id="price" min="5" step="1" pattern="\d+"
placeholder="100" value="<%= price %>">
value="<%= price %>">
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment