summaryrefslogtreecommitdiffstats
path: root/templates/products/entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/products/entry.html')
-rw-r--r--templates/products/entry.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/products/entry.html b/templates/products/entry.html
index 80c1535..83d98b8 100644
--- a/templates/products/entry.html
+++ b/templates/products/entry.html
@@ -3,6 +3,7 @@
<table class="table table-bordered table-nonfluid">
<th>EAN</th><td>{{{EAN}}}</td></tr>
<th>Name</th><td>{{{NAME}}}</td></tr>
+ <th>Category</th><td>{{{CATEGORY}}}</td></tr>
<th>Amount</th><td>{{{AMOUNT}}}</td></tr>
<th>State</th><td><button id="statebutton" type="button" class="btn {{{BTNSTATE}}}" {{{ISADMIN2}}}>{{{STATE}}}</button></td></tr>
</table>