Update session_details_panel.html (#7719)
Add rows for interim meeting recordings. Fixes #7699.
This commit is contained in:
parent
1de41965be
commit
7d6d7e1c44
|
@ -320,7 +320,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{# Recordings #}
|
{# Recordings #}
|
||||||
{% if meeting.number|add:"0" >= 80 %}
|
{% if meeting.type.slug == 'interim' or meeting.number|add:"0" >= 80 %}
|
||||||
{% with session.recordings as recordings %}
|
{% with session.recordings as recordings %}
|
||||||
{% if recordings %}
|
{% if recordings %}
|
||||||
{# There's no guaranteed order, so this is a bit messy: #}
|
{# There's no guaranteed order, so this is a bit messy: #}
|
||||||
|
@ -370,4 +370,4 @@
|
||||||
</table>
|
</table>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endwith %}{% endwith %}
|
{% endwith %}{% endwith %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue