From d995399aef90aca58857bb488bb5f50ff4f996fe Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Fri, 20 May 2022 10:18:19 +0300 Subject: Move the case-attribute id to the button where the event occurs --- wqflask/wqflask/templates/case_attributes.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/case_attributes.html b/wqflask/wqflask/templates/case_attributes.html index 9c2001d5..1e2deb88 100644 --- a/wqflask/wqflask/templates/case_attributes.html +++ b/wqflask/wqflask/templates/case_attributes.html @@ -134,7 +134,7 @@ {% for data in modifications %} - + {{ data.get('author') }} {% if data.get("name")%} @@ -152,11 +152,11 @@ {% endif %} - - @@ -183,16 +183,16 @@ {% for data in deletions %} - + {{data.get("name")}} {{ data.get('author') }} {{data.get("description")}} - - @@ -219,16 +219,16 @@ {% for data in inserts %} - + {{data.get("name")}} {{ data.get('author')}} {{data.get("description")}} - - -- cgit v1.2.3