diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html
index cb6dc4dfc..8106e042d 100644
--- a/netbox/templates/base/layout.html
+++ b/netbox/templates/base/layout.html
@@ -147,40 +147,40 @@ Blocks:
{% block footer_links %}
{# Documentation #}
diff --git a/netbox/templates/extras/dashboard/widget.html b/netbox/templates/extras/dashboard/widget.html
index 51b40342e..cd57cb56d 100644
--- a/netbox/templates/extras/dashboard/widget.html
+++ b/netbox/templates/extras/dashboard/widget.html
@@ -15,6 +15,7 @@
hx-target="#htmx-modal-content"
data-bs-toggle="modal"
data-bs-target="#htmx-modal"
+ aria-label="{{ widget.title }} widget configuration"
>
@@ -28,6 +29,7 @@
hx-target="#htmx-modal-content"
data-bs-toggle="modal"
data-bs-target="#htmx-modal"
+ aria-label="Close {{ widget.title }} widget"
>
diff --git a/netbox/templates/generic/bulk_import.html b/netbox/templates/generic/bulk_import.html
index 8514bf900..967265858 100644
--- a/netbox/templates/generic/bulk_import.html
+++ b/netbox/templates/generic/bulk_import.html
@@ -145,7 +145,7 @@ Context:
{{ field.label }}
{% endif %}
{% if field.STATIC_CHOICES %}
-
+
diff --git a/netbox/utilities/templates/helpers/table_config_form.html b/netbox/utilities/templates/helpers/table_config_form.html
index c3a79cfbf..e8cee4bfe 100644
--- a/netbox/utilities/templates/helpers/table_config_form.html
+++ b/netbox/utilities/templates/helpers/table_config_form.html
@@ -16,10 +16,10 @@