Merge pull request #1915 from cisagov/za/1371-bulk-delete-error

Ticket #1731: Bulk delete error
This commit is contained in:
zandercymatics 2024-03-19 11:56:13 -06:00 committed by GitHub
commit 357ccf0b5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ Load our custom filters to extract info from the django generated markup.
<th scope="col" class="action-checkbox-column" title="Toggle all"> <th scope="col" class="action-checkbox-column" title="Toggle all">
<div class="text"> <div class="text">
<span> <span>
<input type="checkbox" name="_selected_action" id="action-toggle"> <input type="checkbox" id="action-toggle">
<label for="action-toggle" class="usa-sr-only">Toggle all</label> <label for="action-toggle" class="usa-sr-only">Toggle all</label>
</span> </span>
</div> </div>