Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions templates/orders.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ <h2 class="tab-title">Order List</h2>
<tr>
<th>Date UUID</th>
<th>User ID</th>
<th>Card Number</th>
<th>Store Code</th>
<th>Product Code</th>
<th>Product Quantity</th>
<th>Order Date</th>
<th>Shipping Date</th>
</tr>
</thead>
<tbody>
{% for order in orders %}
<tr>
Expand Down