Merge pull request #332 from tawoe/UPSTREAM-develop

code clean
This commit is contained in:
Simon Redfern 2023-10-10 13:54:05 +02:00 committed by GitHub
commit c5cd0de762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 %}