mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
fix aria label
This commit is contained in:
parent
cfaba2d587
commit
ccfc3c613f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<section aria-label="{{aria_label_text}}">
|
||||
<form class="usa-search usa-search--small usa-search--show-label" method="POST" role="search">
|
||||
{% csrf_token %}
|
||||
<label class="usa-label display-block maxw-none margin-top-2 margin-bottom-1" for="{{item_id_prefix}}__search-field">
|
||||
<label id="{{item_name}}__search-label" class="usa-label display-block maxw-none margin-top-2 margin-bottom-1" for="{{item_id_prefix}}__search-field">
|
||||
{{ label_text }}
|
||||
</label>
|
||||
<div class="usa-search--show-label__input-wrapper">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue