From b2cfa6e0f26cdc3436e75a5d18968ba8566d9046 Mon Sep 17 00:00:00 2001 From: Tero Kivinen Date: Sat, 20 Jul 2024 14:07:02 -0700 Subject: [PATCH] Changed milestones to use RFC number if draft is published as RFC. --- ietf/templates/group/milestones.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/group/milestones.html b/ietf/templates/group/milestones.html index 1f259743fe..df03d370fd 100644 --- a/ietf/templates/group/milestones.html +++ b/ietf/templates/group/milestones.html @@ -49,7 +49,7 @@

{{ milestone.desc|urlize_ietf_docs }} {% for d in milestone.docs.all %} - {{ d.name }} + {% if d.became_rfc %}{{ d.became_rfc }} (was {% endif %}{{ d.name }}{% if d.became_rfc %}){% endif %}
{% endfor %}