Skip to content

Commit b136245

Browse files
committed
Apply patch from rjsparks@nostrum.com for bug in determining if a document is on the agenda, leftover from transition to new schema.
- Legacy-Id: 4454
1 parent dd7c492 commit b136245

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/idrfc/ballot_issued.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ <h1>Ballot for {{ doc }} issued</h1>
77

88
<p>Ballot has been sent out.</p>
99

10-
{% if doc.idinternal.telechat_date %}
11-
<p>The document is currently on the {{ doc.idinternal.telechat_date }} telechat agenda.</p>
10+
{% if doc.telechat_date %}
11+
<p>The document is currently on the {{ doc.telechat_date }} telechat agenda.</p>
1212
{% else %}
1313
<p>The document is not on any telechat agenda.</p>
1414
{% endif %}

0 commit comments

Comments
 (0)