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:
parent
dd7c492085
commit
b136245597
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue