From 4a9ae065ca219ad71d852062c68220ff98e3adf6 Mon Sep 17 00:00:00 2001 From: tawoe Date: Wed, 12 Jul 2023 13:45:25 +0200 Subject: [PATCH] code clean --- .../customerlist/templates/customerlist/customerlist.html | 2 -- apimanager/productlist/templates/productlist/productlist.html | 1 - 2 files changed, 3 deletions(-) diff --git a/apimanager/customerlist/templates/customerlist/customerlist.html b/apimanager/customerlist/templates/customerlist/customerlist.html index 0ce9871..3508b8d 100644 --- a/apimanager/customerlist/templates/customerlist/customerlist.html +++ b/apimanager/customerlist/templates/customerlist/customerlist.html @@ -17,7 +17,6 @@ {% for customer in customers_list %} - {% url 'customers_update' customer.customer_id customer.bank_id as url_customer_update %} {{ customer.customer_id }} {{ customer.bank_id }} @@ -33,7 +32,6 @@ - {% trans "Detail" %} {% endfor %} diff --git a/apimanager/productlist/templates/productlist/productlist.html b/apimanager/productlist/templates/productlist/productlist.html index 2007237..1f6018e 100644 --- a/apimanager/productlist/templates/productlist/productlist.html +++ b/apimanager/productlist/templates/productlist/productlist.html @@ -32,7 +32,6 @@ - {% trans "Detail" %} {% endfor %}