Added interpolation of values from the session object when rendering audio_stream_url.
- Legacy-Id: 12042
This commit is contained in:
parent
f1b146a1d9
commit
f82399fe1c
|
@ -368,7 +368,7 @@
|
|||
<!-- Audio stream -->
|
||||
{% if item.timeslot.location.audio_stream_url %}
|
||||
<a class="btn btn-default btn-xs"
|
||||
href="{{item.timeslot.location.audio_stream_url }}"
|
||||
href="{{item.timeslot.location.audio_stream_url|format:item.session }}"
|
||||
title="Audio stream"><span class="glyphicon glyphicon-headphones"></span>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue