fix: Update column headers in data table

This commit is contained in:
Lord_Devi 2024-09-18 22:56:16 -04:00
parent 521b00d824
commit b71b40b641

View file

@ -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>