Skip to content

Commit 139b886

Browse files
committed
Added "Last Call Issued:" to front of last call atom feed entry subjects.
- Legacy-Id: 6624
1 parent c936db3 commit 139b886

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ietf/templates/community/public/atom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99

1010
{% for entry in entries %}
1111
<entry>
12+
{% if entry.type == 'sent_last_call' %}
13+
<title>Last Call Issued: {{ entry.doc.title }}</title>
14+
{% else %}
1215
<title>{{ entry.doc.title }}</title>
16+
{% endif %}
1317

1418
<link href="{{ entry.doc.get_absolute_url }}"/>
1519

0 commit comments

Comments
 (0)