From e275f005f684174fca219aa1175e94207d136929 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 18 Jan 2023 20:54:04 -0500 Subject: [PATCH] h tags and removing delete button --- templates/show.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/templates/show.html b/templates/show.html index 9c441f0..d8b0233 100644 --- a/templates/show.html +++ b/templates/show.html @@ -6,21 +6,26 @@ -

New Trello

{%if parent%} -
+

{{parent[1]}}

{{parent[2]}} -
+ + {%else%} +
+

New Trello

+
{%endif%}
+ {%if parent%} +

Child Items

+ {%else%} +

Items

+ {%endif%}