Remove row selection controls from case and question table views for cleaner UI

This commit is contained in:
Ross
2025-11-01 21:31:13 +00:00
parent 09d9befceb
commit 0e7307de18
4 changed files with 57 additions and 20 deletions
-1
View File
@@ -30,7 +30,6 @@
<div id="action-result" class="mt-2 mt-md-0"></div>
</div>
{{ table.row_selection_controls|safe }}
<div class="table-responsive">
{% render_table table %}
</div>