From 919975e1ba68cf8b7f08c3e09c3e8ae754c94de3 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Thu, 21 May 2020 22:18:04 +0100 Subject: [PATCH] Fix event item adding Bit too heavy handed with the deduplication there Arona --- RIGS/templates/item_table.html | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/RIGS/templates/item_table.html b/RIGS/templates/item_table.html index 4b8eef53..d703e367 100644 --- a/RIGS/templates/item_table.html +++ b/RIGS/templates/item_table.html @@ -52,5 +52,30 @@ - {% include 'item_row.html' %} + + + + + + {% if edit %} + + {% endif %} +