From 60a3976c3df04d658e63f391bcc2c367cc340dbc Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Sat, 20 Jul 2024 17:23:56 -0500 Subject: [PATCH] Fixed 'to' to 'review_to' and 'cc' to 'review_cc'. (#7710) Co-authored-by: Tero Kivinen --- ietf/templates/doc/review/complete_review.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/doc/review/complete_review.html b/ietf/templates/doc/review/complete_review.html index 2319c40fd..f30c641e4 100644 --- a/ietf/templates/doc/review/complete_review.html +++ b/ietf/templates/doc/review/complete_review.html @@ -66,7 +66,7 @@

If you enter the review below, the review will be sent - to {% for addr in to %}{{ addr|linkify }}{% if not forloop.last %}, {% endif %}{% endfor %}{% if review_cc %}, with a CC to {% for addr in cc %}{{ addr|linkify }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %}. + to {% for addr in review_to %}{{ addr|linkify }}{% if not forloop.last %}, {% endif %}{% endfor %}{% if review_cc %}, with a CC to {% for addr in review_cc %}{{ addr|linkify }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %}.

{% elif assignment %}