{{ d.title }}.
diff --git a/ietf/templates/doc/opengraph.html b/ietf/templates/doc/opengraph.html
index 4fe39b6209..1c8c5abe91 100644
--- a/ietf/templates/doc/opengraph.html
+++ b/ietf/templates/doc/opengraph.html
@@ -1,4 +1,4 @@
-{# Copyright The IETF Trust 2016-2020, All Rights Reserved #}
+{# Copyright The IETF Trust 2016-2025, All Rights Reserved #}
{% load origin %}
{% load static %}
{% load ietf_filters %}
@@ -36,7 +36,7 @@
{% else %}{# TODO: We need a card image for individual I-Ds. #}
{% endif %}
-{% if doc.pk %}{% for author in doc.documentauthor_set.all %}
+{% if doc.pk %}{% for author_name in doc.author_names %}
{% endfor %}{% endif %}
{% if published %}{% endif %}
{% if expires %}{% endif %}
\ No newline at end of file
diff --git a/ietf/templates/doc/review/request_info.html b/ietf/templates/doc/review/request_info.html
index 9ad126d59e..51aea10a02 100644
--- a/ietf/templates/doc/review/request_info.html
+++ b/ietf/templates/doc/review/request_info.html
@@ -74,13 +74,13 @@
{% person_link review_req.requested_by %} |