diff options
-rw-r--r-- | wqflask/wqflask/templates/case_attributes.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ <small>Current: </small>{{ data["name"].get("Current") }} <br/> <small>Diff:</small><br/> <pre>{{data["name"].get("Diff")}}</pre> - {% elif data.get("description")%} + {% endif %} + {% if data.get("description")%} <b>Description:</b><br/> <small>Original: </small>{{ data["description"].get("Original") }}<br/> <small>Current: </small>{{ data["description"].get("Current") }} <br/> |