diff --git a/app/templates/views/templates/_template_list.html b/app/templates/views/templates/_template_list.html
index 9e013f87b..c80a5c5a2 100644
--- a/app/templates/views/templates/_template_list.html
+++ b/app/templates/views/templates/_template_list.html
@@ -43,7 +43,7 @@
class="usa-link template-list-folder"
tabindex="0"
role="link"
- aria-label="{{ format_item_name(item.name) }}">
+ aria-label="{{ item.name }}">
{{- format_item_name(item.name) -}}
{% elif not item.ancestors %}
@@ -51,7 +51,7 @@
class="usa-link template-list-template"
tabindex="0"
role="link"
- aria-label="{{ format_item_name(item.name) }}">
+ aria-label="{{ item.name }}">
{%- if current_service.api_keys -%}
{{ item.id }}