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
This commit is contained in:
Henrik Levkowetz 2012-06-11 21:49:54 +00:00
parent dd7c492085
commit b136245597

View file

@ -7,8 +7,8 @@
<p>Ballot has been sent out.</p>
{% if doc.idinternal.telechat_date %}
<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>
{% else %}
<p>The document is not on any telechat agenda.</p>
{% endif %}