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 %}