diff --git a/apimanager/customerlist/templates/customerlist/customerlist.html b/apimanager/customerlist/templates/customerlist/customerlist.html
index 0ce98712..3508b8de 100644
--- a/apimanager/customerlist/templates/customerlist/customerlist.html
+++ b/apimanager/customerlist/templates/customerlist/customerlist.html
@@ -17,7 +17,6 @@
{% trans "Customer List" %}
{% 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 "Customer List" %}
- {% trans "Detail" %} |
{% endfor %}
diff --git a/apimanager/productlist/templates/productlist/productlist.html b/apimanager/productlist/templates/productlist/productlist.html
index 20072375..1f6018e7 100644
--- a/apimanager/productlist/templates/productlist/productlist.html
+++ b/apimanager/productlist/templates/productlist/productlist.html
@@ -32,7 +32,6 @@ {% trans "Product List" %}
- {% trans "Detail" %} |
{% endfor %}