Fixed form submission after uploading csv

This commit is contained in:
Candifloss 2025-03-06 12:34:31 +05:30
parent e43601a86c
commit 34215b711a

View File

@ -35,7 +35,7 @@
<thead>
<tr>
{% for attrib in item_attributes %}
<th>{{ attrib.display_name }}</th>
<th data-attrib="{{ attrib.attrib_name }}">{{ attrib.display_name }}</th>
{% endfor %}
</tr>
</thead>