Fixed form submission after uploading csv
This commit is contained in:
parent
e43601a86c
commit
34215b711a
@ -35,7 +35,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
{% for attrib in item_attributes %}
|
{% for attrib in item_attributes %}
|
||||||
<th>{{ attrib.display_name }}</th>
|
<th data-attrib="{{ attrib.attrib_name }}">{{ attrib.display_name }}</th>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
Loading…
Reference in New Issue
Block a user