Skip to content

Commit f82399f

Browse files
committed
Added interpolation of values from the session object when rendering audio_stream_url.
- Legacy-Id: 12042
1 parent f1b146a commit f82399f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/meeting/agenda.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ <h4>Slides</h4>
368368
<!-- Audio stream -->
369369
{% if item.timeslot.location.audio_stream_url %}
370370
<a class="btn btn-default btn-xs"
371-
href="{{item.timeslot.location.audio_stream_url }}"
371+
href="{{item.timeslot.location.audio_stream_url|format:item.session }}"
372372
title="Audio stream"><span class="glyphicon glyphicon-headphones"></span>
373373
</a>
374374
{% endif %}

0 commit comments

Comments
 (0)