Skip to content

Commit 6414537

Browse files
committed
Merged [6624] from jmh@joelhalpern.com:
Added \'Last Call Issued:\' to front of last call atom feed entry subjects. - Legacy-Id: 6634 Note: SVN reference [6624] has been migrated to Git commit 139b886
2 parents 7925223 + 139b886 commit 6414537

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)