diff --git a/ietf/templates/community/public/atom.xml b/ietf/templates/community/public/atom.xml index 09273bf5d..c6614f4c4 100644 --- a/ietf/templates/community/public/atom.xml +++ b/ietf/templates/community/public/atom.xml @@ -9,7 +9,11 @@ {% for entry in entries %} + {% if entry.type == 'sent_last_call' %} + Last Call Issued: {{ entry.doc.title }} + {% else %} {{ entry.doc.title }} + {% endif %}