Working on #12

This commit is contained in:
2024-06-29 16:33:00 +02:00
parent 520f9101c1
commit 93ba6babbd
2 changed files with 10 additions and 3 deletions

View File

@@ -102,7 +102,7 @@
<tr>
<th ></th>
<th >part_num</th>
<th >color_id</th>
<th >color</th>
<th >element_id</th>
<th >total_quantity</th>
</tr>
@@ -118,7 +118,7 @@
<td>{{ brick[0] }}</td>
<td>{{ brick[1] }}</td>
<td>{{ brick[2] }}</td>
<td>{{ brick[4] }}</td>
<td>{{ brick[3] }}</td>
</tr>
{% endfor %}
</tbody>