summaryrefslogtreecommitdiffstats
path: root/templates/products/bestbefore.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/products/bestbefore.html')
-rw-r--r--templates/products/bestbefore.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/products/bestbefore.html b/templates/products/bestbefore.html
deleted file mode 100644
index dbc7f47..0000000
--- a/templates/products/bestbefore.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<table class="sortable table table-bordered table-striped table-condensed">
- <thead>
- <tr><th>EAN</th></th><th>Name</th><th>Amount</th><th>Best Before Date</th></tr>
- </thead>
- <tbody>
- {{{DATA}}}
- </tbody>
-</table>