From fa053688716eaff5ce7f0f8524cd4ecb9878e86c Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Thu, 19 May 2022 12:56:04 +0300 Subject: Put the correct class names when appending the name & desc. fields --- wqflask/wqflask/templates/case_attributes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wqflask/wqflask/templates/case_attributes.html b/wqflask/wqflask/templates/case_attributes.html index 756c3a68..fd36c781 100644 --- a/wqflask/wqflask/templates/case_attributes.html +++ b/wqflask/wqflask/templates/case_attributes.html @@ -177,8 +177,8 @@ $(this).attr("disabled", "disabled"); let index = $("table tbody tr:last-child").index(); let row = '' + - '' + - '' + + '' + + '' + '' + actions + '' + ''; $("table").append(row); -- cgit v1.2.3