Fixed form submission after uploading csv
This commit is contained in:
parent
e43601a86c
commit
34215b711a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user