mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-12 15:34:50 +02:00
Fix bug
This commit is contained in:
parent
f34fbaf44c
commit
c768c6d857
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue