We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b146a commit f82399fCopy full SHA for f82399f
1 file changed
ietf/templates/meeting/agenda.html
@@ -368,7 +368,7 @@ <h4>Slides</h4>
368
<!-- Audio stream -->
369
{% if item.timeslot.location.audio_stream_url %}
370
<a class="btn btn-default btn-xs"
371
- href="{{item.timeslot.location.audio_stream_url }}"
+ href="{{item.timeslot.location.audio_stream_url|format:item.session }}"
372
title="Audio stream"><span class="glyphicon glyphicon-headphones"></span>
373
</a>
374
{% endif %}
0 commit comments