Update session_details_panel.html (#7719)

Add rows for interim meeting recordings. Fixes #7699.
This commit is contained in:
Russ Housley 2024-08-07 11:12:40 -04:00 committed by GitHub
parent 1de41965be
commit 7d6d7e1c44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -320,7 +320,7 @@
</tr>
{% endif %}
{# Recordings #}
{% if meeting.number|add:"0" >= 80 %}
{% if meeting.type.slug == 'interim' or meeting.number|add:"0" >= 80 %}
{% with session.recordings as recordings %}
{% if recordings %}
{# There's no guaranteed order, so this is a bit messy: #}
@ -370,4 +370,4 @@
</table>
{% endif %}
{% endwith %}{% endwith %}
{% endfor %}
{% endfor %}