From 256ac0363dae4ce53968261c672c5b2bce97af23 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Mon, 6 Jul 2009 23:46:14 +0000 Subject: [PATCH] Update to item summary now displays Long Term Storage information if exists. --- .../inventory/inventory_summary.html | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/htsworkflow/frontend/templates/inventory/inventory_summary.html b/htsworkflow/frontend/templates/inventory/inventory_summary.html index 00cb6bd..332dd0e 100644 --- a/htsworkflow/frontend/templates/inventory/inventory_summary.html +++ b/htsworkflow/frontend/templates/inventory/inventory_summary.html @@ -38,6 +38,53 @@

{% if item.notes %}{{ item.notes }}{% else %}No notes found{% endif %}

+
+
+ {% else %}

Item with UUID of {{ uuid }} not found.

-- 2.30.2