From edeb003c48ea1c6ac3e069c96305bb24b8b0ecb0 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Fri, 20 May 2022 10:12:47 +0300 Subject: Make approve/reject buttons normal links instead of embedded links --- wqflask/wqflask/templates/case_attributes.html | 30 +++++++++++--------------- 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/wqflask/wqflask/templates/case_attributes.html b/wqflask/wqflask/templates/case_attributes.html index 32b698fc..9c2001d5 100644 --- a/wqflask/wqflask/templates/case_attributes.html +++ b/wqflask/wqflask/templates/case_attributes.html @@ -134,8 +134,6 @@ {% for data in modifications %} - {% set reject_url = "" %} - {% set approve_url = "" %} {{ data.get('author') }} @@ -155,12 +153,12 @@ @@ -185,19 +183,17 @@ {% for data in deletions %} - {% set reject_url = "" %} - {% set approve_url = "" %} {{data.get("name")}} {{ data.get('author') }} {{data.get("description")}} - @@ -223,19 +219,17 @@ {% for data in inserts %} - {% set reject_url = "" %} - {% set approve_url = "" %} {{data.get("name")}} {{ data.get('author')}} {{data.get("description")}} - -- cgit v1.2.3