From 8e1886fdfc34676009a881433fe1b6b96c755ae6 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Tue, 24 May 2022 11:49:26 +0300 Subject: Display description diff-data if it exists --- wqflask/wqflask/templates/case_attributes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wqflask/wqflask/templates/case_attributes.html b/wqflask/wqflask/templates/case_attributes.html index d55dcf18..4c87a522 100644 --- a/wqflask/wqflask/templates/case_attributes.html +++ b/wqflask/wqflask/templates/case_attributes.html @@ -145,7 +145,8 @@ Current: {{ data["name"].get("Current") }}
Diff:
{{data["name"].get("Diff")}}
- {% elif data.get("description")%} + {% endif %} + {% if data.get("description")%} Description:
Original: {{ data["description"].get("Original") }}
Current: {{ data["description"].get("Current") }}
-- cgit v1.2.3