diff --git a/aio/tools/transforms/templates/api/includes/decorator-overview.html b/aio/tools/transforms/templates/api/includes/decorator-overview.html index 44f06484c3..52c24e8a4f 100644 --- a/aio/tools/transforms/templates/api/includes/decorator-overview.html +++ b/aio/tools/transforms/templates/api/includes/decorator-overview.html @@ -20,7 +20,7 @@ {% for ancestor in doc.extendsClauses %}{% if ancestor.doc %} -

Inherited from {$ ancestor.doc.id $}

+

Inherited from {$ ancestor.doc.name $} decorator

{$ renderOptionsTable(ancestor.doc) $} {% endif %}{% endfor %} {% endmacro %}