fix: Update column headers in data table
This commit is contained in:
parent
521b00d824
commit
b71b40b641
|
|
@ -78,7 +78,7 @@
|
|||
<tr>
|
||||
<th>Business Name</th>
|
||||
{% for column in selected_columns %}
|
||||
<th>{{ column.verbose_name }}</th>
|
||||
<th>{{ column }}</th>
|
||||
{% endfor %}
|
||||
<th>Actions</th>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue