Skip to content

Commit

Permalink
fix: Update test in session buttons
Browse files Browse the repository at this point in the history
Put same "records available?" test in the buttons that we did
in the interim meeting status page.

Fixes: ietf-tools#6543
  • Loading branch information
richsalz committed Jul 20, 2024
1 parent 298c662 commit 3829766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/templates/meeting/session_buttons_include.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
</a>
{% endif %}
{# Recordings #}
{% if meeting.number|add:"0" >= 80 %}
{% if meeting.type_id == 'ietf' and meeting.number|add:"0" >= 80 or meeting.type_id != 'ietf' %}
{% with session.recordings as recordings %}
{% if recordings %}
{# There's no guaranteed order, so this is a bit messy: #}
Expand Down

0 comments on commit 3829766

Please sign in to comment.