Skip to content

Commit

Permalink
Merge pull request #332 from tawoe/UPSTREAM-develop
Browse files Browse the repository at this point in the history
code clean
  • Loading branch information
simonredfern authored Oct 10, 2023
2 parents 4c3992c + 4a9ae06 commit c5cd0de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ <h1>{% trans "Customer List" %}</h1>

{% 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>
Expand All @@ -33,7 +32,6 @@ <h1>{% trans "Customer List" %}</h1>
</ul>
</div>
</td>
<td><a href="{{ url_customer_update }}" class="btn btn-primary">{% trans "Detail" %}</a></td>
</tr>
{% endfor %}
</tbody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ <h1>{% trans "Product List" %}</h1>
</ul>
</div>
</td>
<td><a href="{{ url_product_update }}" class="btn btn-primary">{% trans "Detail" %}</a></td>
</tr>
{% endfor %}

Expand Down

0 comments on commit c5cd0de

Please sign in to comment.