From e8ebe0818097e4978dbe5e5d3b5fe157b697965a Mon Sep 17 00:00:00 2001 From: Gautam Peri Date: Fri, 9 Aug 2024 21:18:44 -0500 Subject: [PATCH] Fixed category div placement in template --- report_template/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/report_template/index.html b/report_template/index.html index 6c2391b..dbc4d2f 100644 --- a/report_template/index.html +++ b/report_template/index.html @@ -17,9 +17,6 @@ {% for part in bom %}
{{ loop.index }}
-
-
{{ part.categories|join(" > ") }}
-
{% if 'Obsolete' == part.lifecycle_status %}
{% elif 'Not For New Designs' == part.lifecycle_status %} @@ -27,6 +24,9 @@ {% else %}
{% endif %} +
+
{{ part.categories|join(" > ") }}
+
{{ part.associated_refdes }}