code clean

This commit is contained in:
tawoe 2023-07-12 13:45:25 +02:00
parent 1e5d0dee98
commit ed5fa1b4b9
2 changed files with 0 additions and 3 deletions

View File

@ -17,7 +17,6 @@
{% for customer in customers_list %}
{% url 'customers_update' customer.customer_id customer.bank_id as url_customer_update %}
<tr id="{{ customer.customer_id }}">
<td>{{ customer.customer_id }}</td>
<td>{{ customer.bank_id }}</td>
@ -33,7 +32,6 @@
</ul>
</div>
</td>
<td><a href="{{ url_customer_update }}" class="btn btn-primary">{% trans "Detail" %}</a></td>
</tr>
{% endfor %}
</tbody>

View File

@ -32,7 +32,6 @@
</ul>
</div>
</td>
<td><a href="{{ url_product_update }}" class="btn btn-primary">{% trans "Detail" %}</a></td>
</tr>
{% endfor %}