Added interpolation of values from the session object when rendering audio_stream_url.

- Legacy-Id: 12042
This commit is contained in:
Henrik Levkowetz 2016-09-26 17:53:48 +00:00
parent f1b146a1d9
commit f82399fe1c

View file

@ -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 %}