mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 04:29:44 +02:00
Update src/registrar/templates/django/admin/includes/detail_table_fieldset.html
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
parent
eafafb3eb5
commit
37be43259d
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ This is using a custom implementation fieldset.html (see admin/fieldset.html)
|
||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
{% if "related_widget_wrapper" in field.field.field.widget.template_name %}
|
{% if "related_widget_wrapper" in field.field.field.widget.template_name %}
|
||||||
<span id="{{ field.field.id_for_label }}--aria-description" class="visually-hidden admin-select--aria-description">
|
<span id="{{ field.field.id_for_label }}--aria-description" class="visually-hidden admin-select--aria-description">
|
||||||
{{ field.field.label }}, combo-box, collapsed, edit, has autocomplete. To set the value, use the arrow keys or type the text.
|
{{ field.field.label }}, edit, has autocomplete. To set the value, use the arrow keys or type the text.
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue