summaryrefslogtreecommitdiffstats
path: root/templates/products/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/products/index.html')
-rw-r--r--templates/products/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/products/index.html b/templates/products/index.html
index bd4e0e9..0035f7e 100644
--- a/templates/products/index.html
+++ b/templates/products/index.html
@@ -12,8 +12,8 @@
<legend>New Product</legend>
<input class="input-medium" name="id" type="number" min="0" placeholder="EAN" />
<input class="input-medium" name="name" type="text" placeholder="Name" />
- <input class="input-medium" name="memberprice" type="number" placeholder="Memberprice" />
- <input class="input-medium" name="guestprice" type="number" placeholder="Guestprice" />
+ <input class="input-medium" name="memberprice" type="number" step="0.01" min="0.01" placeholder="Memberprice" />
+ <input class="input-medium" name="guestprice" type="number" step="0.01" min="0.01" placeholder="Guestprice" />
<button type="submit" class="btn btn-primary"><i class="icon-plus"></i></button>
</form>
</div>