diff options
Diffstat (limited to 'templates/products/index.html')
-rw-r--r-- | templates/products/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/products/index.html b/templates/products/index.html index d80adbd..668a44e 100644 --- a/templates/products/index.html +++ b/templates/products/index.html @@ -1,8 +1,6 @@ -<a href="/products/bestbefore">product list with best before dates</a> - <table class="sortable table table-bordered table-striped table-condensed"> <thead> - <tr><th>EAN</th></th><th>Name</th><th>Category</th><th>Amount</th><th>Memberprice</th><th>Guestprice</th></tr> + <tr><th>EAN</th><th>Name</th><th>Category</th><th>Amount</th><th>Memberprice</th><th>Guestprice</th></tr> </thead> <tbody> {{{DATA}}} |