We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7c492 commit b136245Copy full SHA for b136245
1 file changed
ietf/templates/idrfc/ballot_issued.html
@@ -7,8 +7,8 @@ <h1>Ballot for {{ doc }} issued</h1>
7
8
<p>Ballot has been sent out.</p>
9
10
-{% if doc.idinternal.telechat_date %}
11
-<p>The document is currently on the {{ doc.idinternal.telechat_date }} telechat agenda.</p>
+{% if doc.telechat_date %}
+<p>The document is currently on the {{ doc.telechat_date }} telechat agenda.</p>
12
{% else %}
13
<p>The document is not on any telechat agenda.</p>
14
{% endif %}
0 commit comments